On 02/12/2018 10:45 AM, David Carlson wrote:
However, one reason (of several) that I personally am not using a cloud
service yet is that I do not see how the cloud would handle all all those
log files coming and going and data files being renamed every few minutes.
I used to keep my files onĀ a cloud service but it began to become
unstable, so I moved it to my hard drive. I also created a script file
that would run on a chron job automatically to backup my directory to
one on my cloud drive:
#!/bin/bash
echo "\n-----------------------------------\n Backup changed files on
$(date) \n" | tee -a "/home/rick/CCS-BackUpLogs/CCS-BackUp.log"
rsync -avW --delete-before "/home/rick/Documents/CCS"
"/home/rick/OneDrive" | tee -a "/home/rick/CCS-BackUpLogs/CCS-BackUp.log"
echo "\nFinished!" | tee -a "/home/rick/CCS-BackUpLogs/CCS-BackUp.log"
exit
Works well for me at any rate.
--
Rick Copple
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.