On Sun, Aug 09, 2020 at 05:33:16PM +0100, g4sra via Dng wrote: > > My bad, changed from '#!/bin/bash' syntax to '#!/bin/sh' > > # this must follow immediately after the mount command > if [ $? -ne 0 ]; then > echo "Mount Failed!" > exit 1 > fi
I'll give it a try. Thanks. > Easy access to files is exactly why I use 'rsync', no need to go down the > painful > 'restore master backup' followed by 'restore all further incremental backups'. > Plus it only copies as required and optionally backs up the backup. > So you get protection against 'User' error as well as device failure. > Trust me on this, read the 'rsync' manual. I'll look into that. -- Haines Brown _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
