On Tue, 12 Jul 2016, John Jason Jordan wrote: > I intend to make a script to run at 2am daily. To guard against losing > the backup the script will first make sure that both source and > destination are mounted. I haven't figured out yet how to do that, but > it's in my plans. In the meantime I'm just running rsync manually.
John, Have the first two lines of the script mount the partitions and the last two lines of the script umount each. Rich _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
