aptik-legacy
aptik-legacy copied to clipboard
Allow scheduling
As DejaDup does.
This is outside the scope of the project. Aptik is a migration utility which is meant to be used once before reinstalling/upgrading the system and once after install. It is not meant to be used as a backup utility.
Scheduling can be done manually by creating a cron job and a script which calls the command line version.
ahh, okay, thanks for the input. I'm using it as a backup. In the instance of drive failure, a user not using it as a backup cannot use it at all :)
The problem is that home directories can contain several GBs of data. Running it as a background or scheduled task will impact system performance when the task runs. Also I'll need to add a way to create multiple backups and manage them since we don't want a scheduled backup overwriting a previous one.
Creating scripts for this is easy. Just run: aptik --backup-all in a cron script.
I'll keep this open.
It's all good. Even if there was a scheduler, I personally wouldn't use it (I don't with DejaDup). It was just a thought. This is an awesome service, and I thought people used to Deja might want/expect similar functionality here, thats all.