|
|
|
|
|
by Risse
2253 days ago
|
|
Most of the files that I need daily are in Nextcloud. The client for Linux is decent, have had no issues. I also have a separate backup folder, that is too big for Nextcloud, but that I want to backup from time to time. Those files are copied to a FTP server using rclone. I just have this line in crontab, so that it backs them up weekly. 0 4 * * 1 rclone copy /folder-to-backups backups-config |
|