Backing up locally AND to google drive at different intervals

Title, and i play to setup cronjobs to do this. Can anyone help me out with a simple starter example setup and script to do this? thanks.

Backup command accepts destination storage as an argument

I thought it should, but how do you select the default storage since it doesnt have a name?

if you omit -storage parameter the default storage will be used.
The default storage is the one listed first in the ~/.duplicacy/preferences file. It does have a name, ether “default” or whatever else you have specified when adding storage. You can review that file to get the actual name.

1 Like

Alrighty, thanks a lot