Displaying 2 results from an estimated 2 matches for "axhhx".
Did you mean:
axahx
2010 Sep 10
2
include/exclude: I miss the point
...file this folders are not in, but the "normal"
.mozilla/firefox/plp6wzjm.default/ files are.
Question: it seems that I miss the point how to do this. can you please
give a hint about what I ? doing wrong?
rsync command )some date-time variable for files, but that is working):
rsync -axhhX --no-perms --omit-dir-times\
--backup --backup-dir=$NiceDate/updated --suffix=.$Now\
--delete --delete-excluded\
--backup-dir-dels=$NiceDate/deleted --suffix-dels=.`date +%H%M`\
--log-file=/home/hans/.mybackup/backup.log.$RawDate-$Now\
--include-from=/home/hans/.mybackup/include.txt\
--exclud...
2010 Sep 02
5
Minimize log file: get rid of ".d...p..... send"
...0 2010-08-31 20:18 backup/
...
[hans at localhost mnt]$ ls -l backup
total 0
drwxr-xr-x 2 hans hans 0 2010-08-31 19:39 deleted/
drwxr-xr-x 9 hans hans 0 2010-08-31 20:18 hans/
drwxr-xr-x 2 hans hans 0 2010-08-31 20:18 updated/
[hans at localhost mnt]$
the rsync command I use is:
rsync -axhhX --stats --delete --delete-excluded --backup
--backup-dir-dels=deleted/`date +%Y-%m-%d` --backup-dir=updated/`date +%Y-%m-%d`
--suffix=.`date +%H%M` --log-file=/home/hans/rsync-files/rsync-log.`date
+%Y%m%d-%H%M` --log-file-format="%i %o %f"
--exclude-from=/home/hans/rsync-files/exclude.tx...