Tagged Questions
4
votes
2answers
442 views
Scp doesn't work in cron
Yeah, I know it's classic. I've googled it all around, but still it doesn't work. I have the following script:
#First go to SVN repo folder
cd $svnrepos
# Just make sure we have write access to ...
5
votes
2answers
584 views
Run Script once a day with systemd
I want to run a backup script 10 minutes after booting up my machine but only once a day. Is it possible to build up such scenarios with systemd?
5
votes
2answers
2k views
Can I automate tar's multi-volume-feature?
Ok, so I've just had a read through this page after a way to improve my current backup solution on my Debian server. Tar seems to be offering a quite nice multi-volume feature, although when I try it ...
2
votes
3answers
1k views
linux cron: want to backup a folder
Hello I would like to backup a folder using cron on a centos. The folder c2duo_mms is located in /usr/local/src/djcode/c2duo_mms. I would like it backed ip every 1:00pm on Tuedays to my home folder ...
4
votes
1answer
393 views
How can i dump /tmp/files in CentOS to Dropbox using crontab?
How can i dump files from my CentOS box to Dropbox account? As regular nightly backup task.