From: James Bunton Date: Thu, 25 Oct 2012 10:25:21 +0000 (+1100) Subject: backup-generic: rdiff-backup preserve numerical ids X-Git-Url: https://code.delx.au/monosys/commitdiff_plain/9969880cb9004f8a93848fae9ad645030a834ec7 backup-generic: rdiff-backup preserve numerical ids --- diff --git a/scripts/backup-generic b/scripts/backup-generic index 2cf8df0..131462e 100644 --- a/scripts/backup-generic +++ b/scripts/backup-generic @@ -15,6 +15,7 @@ fi # want, on the root file system, to back up. # Also exclude other large collections of files which we don't care to save. rdiff-backup \ + --preserve-numerical-ids \ --exclude-sockets \ --exclude '/home/*/tmp' \ --include '/home' \