dotfiles/root/.rsync-filter

23 lines
379 B
Plaintext
Raw Normal View History

2021-05-03 16:27:55 +00:00
# Filter file for rsync based backups
# rsync needs to be ran with --filter 'dir-merge /.rsync-filter'
# argument to look through this filter file
- /dev/*
- /proc/*
- /sys/*
- /media/*
- /mnt/*
- /tmp/*
- /run/*
- /var/run/*
- /var/lock/*
- /var/lib/docker/*
- /var/lib/schroot/*
- /lost+found
- /data/*
- /DATA/*
- /cdrom/*
- /sdcard/*
- /swapfile
- /swap/*
2021-07-20 16:52:18 +00:00
- /home/*/.cache/*