Files
simple_backup/simple_backup.conf
T

20 lines
551 B
Plaintext
Raw Normal View History

2023-05-28 21:30:40 +02:00
# Example config file for simple_backup
2023-05-05 19:03:23 +02:00
2023-05-28 21:30:40 +02:00
[backup]
# Input directories. Use a comma to separate items
2023-05-05 19:03:23 +02:00
inputs=/home/my_home,/etc
2023-05-28 21:30:40 +02:00
# Output directory
2023-05-05 19:03:23 +02:00
backup_dir=/media/Backup
2023-05-28 21:30:40 +02:00
# Exclude patterns. Use a comma to separate items
2023-05-05 19:03:23 +02:00
exclude=.gvfs,.local/share/gvfs-metadata,.cache,.dbus,.Trash,.local/share/Trash,.macromedia,.adobe,.recently-used,.recently-used.xbel,.thumbnails
2023-05-28 21:30:40 +02:00
# 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=