AutoBackup.py is a script file that I wrote to pull XAMPP files to my Dropbox folder in a set of intervals.
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.
None.
- Multiple backups at the same time
- Pick the directories by a config file
0.1