Files
simple_backup/README.md

11 lines
326 B
Markdown
Raw Normal View History

2023-04-15 19:49:33 +02:00
# simple_backup
2015-12-08 11:32:45 +01:00
A simple backup script
## Description
2023-04-15 19:49:33 +02:00
simple_backup is a Python script that allows you to backup your files.
2015-12-08 11:32:45 +01:00
It reads from a configuration file the files/directories that must be copied,
the destination directory for the backup and a few other options.
## Dependencies
rsync is used to perform the backup.