Ian
Ian

Reputation: 9

Save Debian automaticaly

I have a Debian server and I wish to "save" some files automatically and send them automatically to a googledrive. this automatic task must be done regularly (every week, for example)

Upvotes: 0

Views: 49

Answers (1)

André DS
André DS

Reputation: 1901

That's kind of a weird question, there is a lot of good backup tools.

But if you really want to use Google Drive weekly, you can use this tutorial.

Then you'll have to put a crontab :

crontab -e
0 0 * * 0

Upvotes: 0

Related Questions