please forgive if this has been asked/answered before, but I am an Ubuntu noob.
I need to perform 2 types of backups automatically on a weekly schedule:
- From one local drive to another
- From a remote FTP to a local drive
Need to backup new/changed files only (possibly a mirror mode: Delete files that don't exist on the source). No need to encrypt/archive - simple copy files/folders as is. Need to send a email on backup completion with the operation summary.
What's the best software/easiest way to do it? Preferable using GUI interface. Thanks!