AutoBackup.py icon indicating copy to clipboard operation
AutoBackup.py copied to clipboard

Copy files to another location after a period of time

AutoBackup.py

AutoBackup.py is a script file that I wrote to pull XAMPP files to my Dropbox folder in a set of intervals.

Usage

Execute the script passing 3 arguments in the folowing order in the command line:

  • FolderToBeCopied FolderWherePaste Delay

Where FolderToBeCopied is the folder that you want copy, FolderWherePaste is where you gonna paste your files and Delay is the time to wait before make the backup again.

Dependencies

None.

To do

  • Multiple backups at the same time
  • Pick the directories by a config file

Version

0.1