search for: vawshpl

Displaying 3 results from an estimated 3 matches for "vawshpl".

Did you mean: vaishal
2018 Sep 11
2
Ensuring that rsync doesn't try to write to an unmounted drive
...backup my drive to a USB drive https://pastebin.com/yivqrGUC On the command line I use the --timeout option. Is this sufficient to ensure that if the external drive somehow becomes unmounted that rsync will gracefully fail without trying to write to the hard drive instead of the USB drive? rsync -vaWSHpl --timeout=15 --delete-excluded --filter "merge ${EXC_FILE}" / "${BACKUP_DIR}" > /home/chris/rsyncbackup.log 2> /home/chris/rsyncbackup.errors.log If this is sufficient or would it be better if I lowered the 'timeout' to 5 seconds? Thanks for any suggestions/advi...
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
...ommand line I use > > the > > --timeout option. Is this sufficient to ensure that if the external > > drive somehow becomes unmounted that rsync will gracefully fail > > without > > trying to write to the hard drive instead of the USB drive? > > > > rsync -vaWSHpl --timeout=15 --delete-excluded --filter "merge > > ${EXC_FILE}" / "${BACKUP_DIR}" > /home/chris/rsyncbackup.log 2> > > /home/chris/rsyncbackup.errors.log > > > > If this is sufficient or would it be better if I lowered the > > 'timeout...
2018 Sep 11
0
Ensuring that rsync doesn't try to write to an unmounted drive
...drive https://pastebin.com/yivqrGUC On the command line I use the > --timeout option. Is this sufficient to ensure that if the external > drive somehow becomes unmounted that rsync will gracefully fail without > trying to write to the hard drive instead of the USB drive? > > rsync -vaWSHpl --timeout=15 --delete-excluded --filter "merge > ${EXC_FILE}" / "${BACKUP_DIR}" > /home/chris/rsyncbackup.log 2> > /home/chris/rsyncbackup.errors.log > > If this is sufficient or would it be better if I lowered the 'timeout' > to 5 seconds? > &...