Skip to content

davlug3/autobackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE

This script copies multiple source directories to multiple destinations. This is usecful for creating crude backup jobs, but keep in mind that there are no checksum checks yet.

  1. Create a batch file in this format or you may edit the provided autobackup.bat
@echo off
echo "Backing up..."
python3 -s Y:\source_dir1 X:\source_dir2 "Y:\source dir 3" -d "X:\destination 1" X:\destination2 Z:\destination3
echo "Python script done"
pause
  1. Run it by
cd autobackup
autobakcup.bat

The number of -s parameters should be equal to the -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors