Hallo,
möchte mir ein einfaches Backup-Script mit rsync einrichten.
Welche Ordner kann man getrost in die exclude-list.txt von der openSuse-tumbleweed-gnome Installation packen?
.cache ?
.config ?
.local/share ?
Was wäre noch sinnvoll auszuschließen?
möchte mir ein einfaches Backup-Script mit rsync einrichten.
Code:
rsync -rua --progress --exclude-from='exclude-list.txt' /home/Xyz /mnt/backupDisk
Welche Ordner kann man getrost in die exclude-list.txt von der openSuse-tumbleweed-gnome Installation packen?
.cache ?
.config ?
.local/share ?
Was wäre noch sinnvoll auszuschließen?