Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 598 Bytes

readme.md

File metadata and controls

24 lines (14 loc) · 598 Bytes

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