Use setuptools to build the project

This commit is contained in:
Fuxino
2023-05-05 19:03:23 +02:00
parent c6871ac81a
commit 97419c30f9
7 changed files with 64 additions and 16 deletions

14
simple_backup.conf Normal file
View File

@@ -0,0 +1,14 @@
#Example config file for simple_backup
[default]
#Input directories. Use a comma to separate items
inputs=/home/my_home,/etc
#Output directory
backup_dir=/media/Backup
#Exclude patterns. Use a comma to separate items
exclude=.gvfs,.local/share/gvfs-metadata,.cache,.dbus,.Trash,.local/share/Trash,.macromedia,.adobe,.recently-used,.recently-used.xbel,.thumbnails
#Number of snapshots to keep (use -1 to keep all)
keep=-1