Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

24,303

Downloads of v 6.2.1300:

475

Last Update:

25 Apr 2022

Package Maintainer(s):

Software Author(s):

  • Dr. Jürgen Rathlev

Tags:

personal backup data restore security admin

personalbackup (Install)

This is not the latest version of personalbackup (Install) available.

  • 1
  • 2
  • 3

6.2.1300 | Updated: 25 Apr 2022

Downloads:

24,303

Downloads of v 6.2.1300:

475

Maintainer(s):

Software Author(s):

  • Dr. Jürgen Rathlev

personalbackup (Install) 6.2.1300

This is not the latest version of personalbackup (Install) available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

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:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade personalbackup -y --source="'INTERNAL REPO URL'" --version="'6.2.1300'" [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.2.1300'" 
$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.2.1300'
    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.2.1300'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller personalbackup
{
    Name     = "personalbackup"
    Version  = "6.2.1300"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'personalbackup':
  ensure   => '6.2.1300',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 25 Apr 2022.

Description

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.


tools\chocolateyInstall.ps1
#http://personal-backup.rathlev-home.de/

$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName            = 'personalbackup'
  fileType               = 'exe'
  unzipLocation 		 = $toolsDir
  url                    = 'http://personal-backup.rathlev-home.de/download/pb-setup-6.2.1300.exe'
  url64bit               = 'http://personal-backup.rathlev-home.de/download/pb-setup-x64-6.2.1300.exe'
  checksum               = '07ebe0d43828a019d53ea8fdd0701234a59d8ffc3bd81886858eea993aac5160'
  checksum64             = 'e809cbb4c14d8d5e9e5e62c8e5faeacc9a0d74aec7023bce0667cd3da61a6947'
  checksumType           = 'sha256'
  checksumType64         = 'sha256'
  silentArgs             = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /NORUN'
  validExitCodes         = @(0)
  softwareName           = 'personalbackup*'
}

Install-ChocolateyPackage @packageArgs

Log in or click on link to see number of positives.

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.1400 2 Monday, March 25, 2024
Waiting for Maintainer
personalbackup (Install) 6.3.1200 108 Thursday, February 15, 2024 Approved
personalbackup (Install) 6.3.1100 109 Saturday, January 20, 2024 Approved
personalbackup (Install) 6.3.1000 334 Tuesday, December 19, 2023 Approved
personalbackup (Install) 6.3.0900 180 Wednesday, November 15, 2023 Approved
personalbackup (Install) 6.3.0800 134 Sunday, October 15, 2023 Approved
personalbackup (Install) 6.3.0701 145 Tuesday, September 19, 2023 Approved
personalbackup (Install) 6.3.0600 185 Sunday, August 13, 2023 Approved
personalbackup (Install) 6.3.0500 139 Thursday, July 13, 2023 Approved
personalbackup (Install) 6.3.0401 103 Friday, June 16, 2023 Approved
personalbackup (Install) 6.3.0400 57 Monday, June 12, 2023 Approved
personalbackup (Install) 6.3.0300 150 Sunday, May 14, 2023 Approved
personalbackup (Install) 6.3.0201 310 Tuesday, April 18, 2023 Approved
personalbackup (Install) 6.3.0200 38 Monday, April 17, 2023 Approved
personalbackup (Install) 6.3.0100 166 Thursday, March 16, 2023 Approved
personalbackup (Install) 6.3.0003 338 Sunday, February 12, 2023 Approved
personalbackup (Install) 6.3.0002 227 Thursday, December 29, 2022 Approved
personalbackup (Install) 6.3.0001 220 Monday, November 14, 2022 Approved
personalbackup (Install) 6.3.0000 133 Sunday, October 30, 2022 Approved
personalbackup (Install) 6.2.1800 74 Tuesday, October 25, 2022 Approved
personalbackup (Install) 6.2.1700 165 Saturday, October 1, 2022 Approved
personalbackup (Install) 6.2.1600 351 Thursday, August 18, 2022 Approved
personalbackup (Install) 6.2.1500 290 Friday, July 8, 2022 Approved
personalbackup (Install) 6.2.1400 453 Wednesday, May 18, 2022 Approved
personalbackup (Install) 6.2.1300 475 Monday, April 25, 2022 Approved
personalbackup (Install) 6.2.1200 206 Saturday, March 12, 2022 Approved
personalbackup (Install) 6.2.1101 148 Friday, February 11, 2022 Approved
personalbackup (Install) 6.2.1100 94 Tuesday, February 8, 2022 Approved
personalbackup (Install) 6.2.1000 157 Friday, January 21, 2022 Approved
personalbackup (Install) 6.2.0900 166 Wednesday, December 22, 2021 Approved
personalbackup (Install) 6.2.0800 138 Tuesday, December 7, 2021 Approved
personalbackup (Install) 6.2.0701 167 Thursday, November 11, 2021 Approved
personalbackup (Install) 6.2.0700 117 Saturday, November 6, 2021 Approved
personalbackup (Install) 6.2.0600 200 Saturday, October 2, 2021 Approved
personalbackup (Install) 6.2.0500 272 Friday, September 3, 2021 Approved
personalbackup (Install) 6.2.0400 142 Sunday, August 22, 2021 Approved
personalbackup (Install) 6.2.0300 217 Wednesday, July 21, 2021 Approved
personalbackup (Install) 6.2.0200 254 Wednesday, June 16, 2021 Approved
personalbackup (Install) 6.2.0100 210 Wednesday, June 2, 2021 Approved
personalbackup (Install) 6.1.1201 1356 Thursday, January 7, 2021 Approved
personalbackup (Install) 6.1.1200 104 Wednesday, January 6, 2021 Approved
personalbackup (Install) 6.1.1100 457 Sunday, December 6, 2020 Approved
personalbackup (Install) 6.1.1001 293 Saturday, November 21, 2020 Approved
personalbackup (Install) 6.1.1000 326 Saturday, November 7, 2020 Approved
personalbackup (Install) 6.1.0903 400 Thursday, October 15, 2020 Approved
personalbackup (Install) 6.1.0901 276 Saturday, October 10, 2020 Approved
personalbackup (Install) 6.1.0801 574 Tuesday, September 15, 2020 Approved
personalbackup (Install) 6.1.0800 283 Monday, September 7, 2020 Approved
personalbackup (Install) 6.1.0700 789 Wednesday, August 5, 2020 Approved
personalbackup (Install) 6.1.0600 953 Wednesday, July 1, 2020 Approved
personalbackup (Install) 6.1.0500 917 Tuesday, June 2, 2020 Approved
personalbackup (Install) 6.1.0400 962 Thursday, May 7, 2020 Approved
personalbackup (Install) 6.1.0300 1214 Monday, April 6, 2020 Approved
personalbackup (Install) 6.1.0200 1040 Saturday, March 14, 2020 Approved
personalbackup (Install) 6.0.1200 312 Wednesday, December 4, 2019 Approved
personalbackup (Install) 6.0.1100 226 Thursday, November 7, 2019 Approved
personalbackup (Install) 6.0.1000 396 Sunday, October 13, 2019 Approved
personalbackup (Install) 6.0.0900 356 Saturday, September 21, 2019 Approved
personalbackup (Install) 6.0.0801 255 Sunday, August 25, 2019 Approved
personalbackup (Install) 6.0.0800 242 Tuesday, August 20, 2019 Approved
personalbackup (Install) 6.0.0700 255 Wednesday, July 17, 2019 Approved
personalbackup (Install) 6.0.0600 247 Wednesday, June 19, 2019 Approved
personalbackup (Install) 6.0.0500 239 Friday, May 17, 2019 Approved
personalbackup (Install) 6.0.0400 218 Friday, April 26, 2019 Approved
personalbackup (Install) 6.0.0300 242 Sunday, March 31, 2019 Approved
personalbackup (Install) 6.0.0200 206 Tuesday, March 12, 2019 Approved
personalbackup (Install) 6.0.104.20190221 250 Thursday, February 21, 2019 Approved
personalbackup (Install) 6.0.0104 197 Friday, March 1, 2019 Approved
personalbackup (Install) 5.9.4.9 283 Friday, December 7, 2018 Approved
personalbackup (Install) 5.9.4.8 244 Thursday, November 22, 2018 Approved
personalbackup (Install) 5.9.4.4 232 Friday, August 24, 2018 Approved
personalbackup (Install) 5.9.4.1 298 Tuesday, May 15, 2018 Approved
personalbackup (Install) 5.9.4.0 272 Thursday, May 3, 2018 Approved
PersonalBackup 5.4.7.2 1073 Tuesday, July 2, 2013 Approved
PersonalBackup 5.4.6.0 525 Sunday, June 9, 2013 Approved

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.

Discussion for the personalbackup (Install) Package

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.
comments powered by Disqus