I would like to set up Duplicacy on 8 Windows computers (small company) to back them up completely to Google G Suite Drive (business plan). For a test I have installed Duplicacy Web GUI on one PC where I would like to back up 2 internal and 1 external drive which is about 4 TB totally. Although there is supposedly unlimited space available on Google Drive, I would still like to have automated pruning while backup process would run once per day.
I was wondering how can I set this up? Do I just add all hard drives into āBACKUPā tab, run the manual backup once and then add a schedule? Can I simply add a schedule to run this backup with 24h frequency and insert āduplicacy prune -keep 0:360 -keep 30:180 -keep 7:30 -keep 1:7ā into āOptionā field? Or is there a better way, should pruning be a separated job from the backup cron?
I was also wondering what happens if the computer is not turned on when the backup task should run? Will it run the first time when the computer turns on or will it be skipped? Also what happens if the computer is rebooted while the backup task is running?