Skip to content

Copies all new and updated source directory files to destination directory.

License

Notifications You must be signed in to change notification settings

ArtemBotnev/FastBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast backup script

backup.sh

Requires python version 3.5 or higher.

Copies all new and updated source directory files to destination directory (checks if each file already exist in destination directory and copy only if it doesn't or has been updated). Or copies only new source directory files (check by file name). See details - settings.xml

Copies full directories tree.

Exclude empty folders and excluded directories. See details - directories.xml

How does it work?

Specify your source and destination directories in directories.xml file (read explanation in this file).
Specify additional settings for script in settings.xml file (read explanation in this file).
On Linux or Mac OS just run ./backup.sh
On Windows double click on backup.bat

About

Copies all new and updated source directory files to destination directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published