Hi Guys
How would i run an automated backup of my server every night? If i launch putty and run
rclone copy "/home/smilingheadcase/Downloads/" "GD:Downloads"
It uploads my full download directory… is there a way to run this every night. I looked up cron and found the directory… but i don’t know how to turn the above cmd into a script.
Thanks for any help.