How do I create multiple backup jobs using DejaDup backup service?

7,129

Solution 1

Deja Dup cannot do that at the moment, you are right. And it currently doesn't plan to (the feature request bug is marked Won't Fix).

I've heard good things about Back In Time, but haven't tried it myself.

Solution 2

Open deja-dup-preferences from terminal as a different user.

su - 

or

su backupuser
deja-dup-preferences

Make the required source, destination and other settings. In Startup Applications Preferences of you general user, add below command to autobackup when you login to your general user.

sudo -u backupuser -s deja-dup --backup

Solution 3

Actually, it is possible to do this in Deja Dup - but only as a manual job, i.e. you have to change the properties for different locations. I know it has been heavily suggested to the Deja Dup project to include the possibility for different profiles but I am not aware of concrete plans to do so. Unfortunately.

Share:
7,129

Related videos on Youtube

karim
Author by

karim

Updated on September 18, 2022

Comments

  • karim
    karim over 1 year

    I'd like to have different backup jobs scheduled at different times and frequencies (for instance, backup my Documents folder daily, but my music folder only on weekends), or backup daily to my local disk, and weekly to my remote server. I can see only how to set up a single backup job for a specified set of folders to a specified destination in DejaDup.

    If there's no way to do this in DejaDup backup utility at the moment, what is my best alternative solution?

  • unhammer
    unhammer over 11 years
    What do you mean by "manual job" – running duplicity?
  • m3nda
    m3nda over 8 years
    Yap, that's the way i guess to do. But, as someone mention, you can direcly use duplicity. Look duplicity --help. I don' really want to create backup users, but make the process so easy.
  • Flimm
    Flimm about 4 years
    The second link is broken.