Downloads:
26,444
Downloads of v 6.3.2200:
90
Last Update:
20 Oct 2024
Package Maintainer(s):
Software Author(s):
- Dr. Jürgen Rathlev
Tags:
personal backup data restore security admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
personalbackup (Install)
This is not the latest version of personalbackup (Install) available.
- 1
- 2
- 3
6.3.2200 | Updated: 20 Oct 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
26,444
Downloads of v 6.3.2200:
90
Software Author(s):
- Dr. Jürgen Rathlev
personalbackup (Install) 6.3.2200
This is not the latest version of personalbackup (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Dr. Jürgen Rathlev. The inclusion of Dr. Jürgen Rathlev trademark(s), if any, upon this webpage is solely to identify Dr. Jürgen Rathlev goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install personalbackup (Install), run the following command from the command line or from PowerShell:
To upgrade personalbackup (Install), run the following command from the command line or from PowerShell:
To uninstall personalbackup (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download personalbackup --internalize --version=6.3.2200 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade personalbackup -y --source="'INTERNAL REPO URL'" --version="'6.3.2200'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade personalbackup -y --source="'INTERNAL REPO URL'" --version="'6.3.2200'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install personalbackup
win_chocolatey:
name: personalbackup
version: '6.3.2200'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'personalbackup' do
action :install
source 'INTERNAL REPO URL'
version '6.3.2200'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller personalbackup
{
Name = "personalbackup"
Version = "6.3.2200"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'personalbackup':
ensure => '6.3.2200',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 20 Oct 2024.
Personal Backup is a program for saving personal data to any destination folder. This folder may be located on a local fixed or removable drive, on a Windows network server or on an FTP server. The 32-bit version runs under Windows 7, 8 and 10 (32- and 64-bit), Windows Vista, Windows XP and Windows Server 2003/2008(R2)/2012(R2), the 64-bit only under Windows 7,8 and 10 (64-bit) and Windows Server 2008(R2)/2012(R2).
You can configure and store as many backup tasks as you wish. The selection of the files to be backed up is made on a by-folder basis. All subfolders are included automatically, but the user can exclude or include any subdirectories from or in the backup by selection or by filter. Additional criteria are the selection by file type, file age and/or file name filter.
At the destination folder the original drives (C:, D:, etc.) appear as subdirectories named LwC, LwD, etc. The original directory structure remains unchanged beneath these folders. All files may be compressed in gzip, either in toto or separated by subfolders as zip files. Optionally all data can be AES algorythm-encrypted.
Performing the backup can be done manually or automatically. During the backup the program checks whether the file to be saved is newer than one already backed up. Only new files and files with newer timestamps are saved. An alternate criteria is the archive bit of the files.
Automatic backups can be started on logon, at a selectable time of day, on logoff or on shutdown. You can make scheduled backups with destination paths changing daily or weekly.
For individual schedules it is easy to start a backup using the Windows Task Scheduler and the command line options of the program.
Log in or click on link to see number of positives.
- PersonalBackup.6.3.2200.nupkg (ea07a1035d53) - ## / 67
- pb-setup-x64-6.3.2200.exe (80887b3c701b) - ## / 70
- pb-setup-6.3.2200.exe (ceb76e509a7e) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
personalbackup (Install) 6.3.2300 | 56 | Sunday, November 17, 2024 | Approved | |
personalbackup (Install) 6.3.2200 | 90 | Sunday, October 20, 2024 | Approved | |
personalbackup (Install) 6.3.2100 | 81 | Sunday, September 29, 2024 | Approved | |
personalbackup (Install) 6.3.2000 | 106 | Sunday, September 1, 2024 | Approved | |
personalbackup (Install) 6.3.1900 | 101 | Thursday, August 1, 2024 | Approved | |
personalbackup (Install) 6.3.1800 | 108 | Monday, July 1, 2024 | Approved | |
personalbackup (Install) 6.3.1701 | 97 | Monday, June 10, 2024 | Approved | |
personalbackup (Install) 6.3.1700 | 120 | Thursday, June 6, 2024 | Approved | |
personalbackup (Install) 6.3.1600 | 86 | Wednesday, May 22, 2024 | Approved | |
personalbackup (Install) 6.3.1501 | 105 | Tuesday, April 30, 2024 | Approved | |
personalbackup (Install) 6.3.1500 | 55 | Monday, April 22, 2024 | Approved | |
personalbackup (Install) 6.3.1400 | 89 | Monday, March 25, 2024 | Approved | |
personalbackup (Install) 6.3.1300 | 133 | Tuesday, March 12, 2024 | Approved | |
personalbackup (Install) 6.3.1200 | 121 | Thursday, February 15, 2024 | Approved | |
personalbackup (Install) 6.3.1100 | 124 | Saturday, January 20, 2024 | Approved | |
personalbackup (Install) 6.3.1000 | 349 | Tuesday, December 19, 2023 | Approved | |
personalbackup (Install) 6.3.0900 | 190 | Wednesday, November 15, 2023 | Approved | |
personalbackup (Install) 6.3.0800 | 143 | Sunday, October 15, 2023 | Approved | |
personalbackup (Install) 6.3.0701 | 162 | Tuesday, September 19, 2023 | Approved | |
personalbackup (Install) 6.3.0600 | 201 | Sunday, August 13, 2023 | Approved | |
personalbackup (Install) 6.3.0500 | 149 | Thursday, July 13, 2023 | Approved | |
personalbackup (Install) 6.3.0401 | 112 | Friday, June 16, 2023 | Approved | |
personalbackup (Install) 6.3.0400 | 71 | Monday, June 12, 2023 | Approved | |
personalbackup (Install) 6.3.0300 | 164 | Sunday, May 14, 2023 | Approved | |
personalbackup (Install) 6.3.0201 | 322 | Tuesday, April 18, 2023 | Approved | |
personalbackup (Install) 6.3.0200 | 47 | Monday, April 17, 2023 | Approved | |
personalbackup (Install) 6.3.0100 | 179 | Thursday, March 16, 2023 | Approved | |
personalbackup (Install) 6.3.0003 | 350 | Sunday, February 12, 2023 | Approved | |
personalbackup (Install) 6.3.0002 | 240 | Thursday, December 29, 2022 | Approved | |
personalbackup (Install) 6.3.0001 | 231 | Monday, November 14, 2022 | Approved | |
personalbackup (Install) 6.3.0000 | 141 | Sunday, October 30, 2022 | Approved | |
personalbackup (Install) 6.2.1800 | 86 | Tuesday, October 25, 2022 | Approved | |
personalbackup (Install) 6.2.1700 | 177 | Saturday, October 1, 2022 | Approved | |
personalbackup (Install) 6.2.1600 | 362 | Thursday, August 18, 2022 | Approved | |
personalbackup (Install) 6.2.1500 | 302 | Friday, July 8, 2022 | Approved | |
personalbackup (Install) 6.2.1400 | 466 | Wednesday, May 18, 2022 | Approved | |
personalbackup (Install) 6.2.1300 | 485 | Monday, April 25, 2022 | Approved | |
personalbackup (Install) 6.2.1200 | 219 | Saturday, March 12, 2022 | Approved | |
personalbackup (Install) 6.2.1101 | 157 | Friday, February 11, 2022 | Approved | |
personalbackup (Install) 6.2.1100 | 107 | Tuesday, February 8, 2022 | Approved | |
personalbackup (Install) 6.2.1000 | 168 | Friday, January 21, 2022 | Approved | |
personalbackup (Install) 6.2.0900 | 176 | Wednesday, December 22, 2021 | Approved | |
personalbackup (Install) 6.2.0800 | 154 | Tuesday, December 7, 2021 | Approved | |
personalbackup (Install) 6.2.0701 | 183 | Thursday, November 11, 2021 | Approved | |
personalbackup (Install) 6.2.0700 | 128 | Saturday, November 6, 2021 | Approved | |
personalbackup (Install) 6.2.0600 | 211 | Saturday, October 2, 2021 | Approved | |
personalbackup (Install) 6.2.0500 | 283 | Friday, September 3, 2021 | Approved | |
personalbackup (Install) 6.2.0400 | 154 | Sunday, August 22, 2021 | Approved | |
personalbackup (Install) 6.2.0300 | 228 | Wednesday, July 21, 2021 | Approved | |
personalbackup (Install) 6.2.0200 | 271 | Wednesday, June 16, 2021 | Approved | |
personalbackup (Install) 6.2.0100 | 222 | Wednesday, June 2, 2021 | Approved | |
personalbackup (Install) 6.1.1201 | 1368 | Thursday, January 7, 2021 | Approved | |
personalbackup (Install) 6.1.1200 | 116 | Wednesday, January 6, 2021 | Approved | |
personalbackup (Install) 6.1.1100 | 466 | Sunday, December 6, 2020 | Approved | |
personalbackup (Install) 6.1.1001 | 313 | Saturday, November 21, 2020 | Approved | |
personalbackup (Install) 6.1.1000 | 335 | Saturday, November 7, 2020 | Approved | |
personalbackup (Install) 6.1.0903 | 411 | Thursday, October 15, 2020 | Approved | |
personalbackup (Install) 6.1.0901 | 286 | Saturday, October 10, 2020 | Approved | |
personalbackup (Install) 6.1.0801 | 587 | Tuesday, September 15, 2020 | Approved | |
personalbackup (Install) 6.1.0800 | 296 | Monday, September 7, 2020 | Approved | |
personalbackup (Install) 6.1.0700 | 803 | Wednesday, August 5, 2020 | Approved | |
personalbackup (Install) 6.1.0600 | 966 | Wednesday, July 1, 2020 | Approved | |
personalbackup (Install) 6.1.0500 | 929 | Tuesday, June 2, 2020 | Approved | |
personalbackup (Install) 6.1.0400 | 976 | Thursday, May 7, 2020 | Approved | |
personalbackup (Install) 6.1.0300 | 1228 | Monday, April 6, 2020 | Approved | |
personalbackup (Install) 6.1.0200 | 1052 | Saturday, March 14, 2020 | Approved | |
personalbackup (Install) 6.0.1200 | 325 | Wednesday, December 4, 2019 | Approved | |
personalbackup (Install) 6.0.1100 | 248 | Thursday, November 7, 2019 | Approved | |
personalbackup (Install) 6.0.1000 | 413 | Sunday, October 13, 2019 | Approved | |
personalbackup (Install) 6.0.0900 | 371 | Saturday, September 21, 2019 | Approved | |
personalbackup (Install) 6.0.0801 | 277 | Sunday, August 25, 2019 | Approved | |
personalbackup (Install) 6.0.0800 | 255 | Tuesday, August 20, 2019 | Approved | |
personalbackup (Install) 6.0.0700 | 271 | Wednesday, July 17, 2019 | Approved | |
personalbackup (Install) 6.0.0600 | 262 | Wednesday, June 19, 2019 | Approved | |
personalbackup (Install) 6.0.0500 | 252 | Friday, May 17, 2019 | Approved | |
personalbackup (Install) 6.0.0400 | 233 | Friday, April 26, 2019 | Approved | |
personalbackup (Install) 6.0.0300 | 254 | Sunday, March 31, 2019 | Approved | |
personalbackup (Install) 6.0.0200 | 225 | Tuesday, March 12, 2019 | Approved | |
personalbackup (Install) 6.0.104.20190221 | 264 | Thursday, February 21, 2019 | Approved | |
personalbackup (Install) 6.0.0104 | 214 | Friday, March 1, 2019 | Approved | |
personalbackup (Install) 5.9.4.9 | 295 | Friday, December 7, 2018 | Approved | |
personalbackup (Install) 5.9.4.8 | 263 | Thursday, November 22, 2018 | Approved | |
personalbackup (Install) 5.9.4.4 | 248 | Friday, August 24, 2018 | Approved | |
personalbackup (Install) 5.9.4.1 | 314 | Tuesday, May 15, 2018 | Approved | |
personalbackup (Install) 5.9.4.0 | 286 | Thursday, May 3, 2018 | Approved | |
PersonalBackup 5.4.7.2 | 1088 | Tuesday, July 2, 2013 | Approved | |
PersonalBackup 5.4.6.0 | 540 | Sunday, June 9, 2013 | Approved |
2014-2018
In addition to the well-known features there are the following improvements:
New interface to the Windows Task Scheduler supporting the extended options available for Windows 7,8 and 10
An automatic backup at a specified time of day can be restricted to selected days of the week.
With backups at logon/logoff on selected days of the week, the option of catching up on missed starts can be disabled.
On backups into zip archives a maximum file size can be specified. Larger archives will be split into several files of the given size.
On executing external programs the program can optionally prompt for an elevation to full administrator rights (Windows User Access Control).
The preset value for new tasks concerning compression of files is user adjustable.
New option to restrict the backup to files with a modification date/time after the time of the last backup of the associated task.
New FTP option to use the IPv6 protocol
The new command line option /portable will automatically create an environment to start the program from a USB stick without leaving any traces behind on the PC.
The new command line option /elevate prompts on program start to run as administrator
On backups of directories located on an external drive and using the method Separate directories for drives the names of the subdirectories at destination will be built from the volume name (e.g. G:\Backup\Data-1..) instead of the drive identifier (e.g. G:\Backup\DrvK..) as used for fixed disks
Global preset for drive identifier
Sizes in bytes will be displayed using the prefixes recommended by IEEE 1541 (KiB,MiB,GiB)
New file header for non-compressed encrypted files containing the timestamp (remains compatible to previous versions on decryption).
Restore of non-compressed encrypted files (.enc) will restore original timestamps (e.g. for backups to FTP servers not supporting MFMT).
Several enhancements in detail and bug fixes
This package has no dependencies.
Ground Rules:
- This discussion is only about personalbackup (Install) and the personalbackup (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or personalbackup (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.