Merge branch 'nolink' into development

This commit is contained in:
Fuxino
2023-06-02 20:12:53 +02:00
2 changed files with 17 additions and 70 deletions
+20
View File
@@ -0,0 +1,20 @@
# Example config file for simple_backup
[backup]
# 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
# Uncomment the following section to enable backup to remote server through ssh
#[server]
#host=
#username=
#ssh_keyfile=