Backup tools for backup Linux and Windows systems with encryption

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Deja Dup doesn't support full system encryption, only home directory.

rsync - I should make the backup, then archive the folder and then encrypt it. It's too long.

tar archive of the system - I should make tar, and then encrypt the archive. It's too long.

encrypt the external hard drive with cryptsetup and then put tar archive of the system there or use rsync - I can't use the standard Windows utility to make the backup because it requires ntfs.

Am I right? What would you recommend?










share|improve this question























  • I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
    – Alexander Knyazev
    Feb 13 at 20:48










  • "It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
    – Rinzwind
    Feb 26 at 11:02















up vote
0
down vote

favorite












Deja Dup doesn't support full system encryption, only home directory.

rsync - I should make the backup, then archive the folder and then encrypt it. It's too long.

tar archive of the system - I should make tar, and then encrypt the archive. It's too long.

encrypt the external hard drive with cryptsetup and then put tar archive of the system there or use rsync - I can't use the standard Windows utility to make the backup because it requires ntfs.

Am I right? What would you recommend?










share|improve this question























  • I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
    – Alexander Knyazev
    Feb 13 at 20:48










  • "It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
    – Rinzwind
    Feb 26 at 11:02













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Deja Dup doesn't support full system encryption, only home directory.

rsync - I should make the backup, then archive the folder and then encrypt it. It's too long.

tar archive of the system - I should make tar, and then encrypt the archive. It's too long.

encrypt the external hard drive with cryptsetup and then put tar archive of the system there or use rsync - I can't use the standard Windows utility to make the backup because it requires ntfs.

Am I right? What would you recommend?










share|improve this question















Deja Dup doesn't support full system encryption, only home directory.

rsync - I should make the backup, then archive the folder and then encrypt it. It's too long.

tar archive of the system - I should make tar, and then encrypt the archive. It's too long.

encrypt the external hard drive with cryptsetup and then put tar archive of the system there or use rsync - I can't use the standard Windows utility to make the backup because it requires ntfs.

Am I right? What would you recommend?







windows backup encryption rsync deja-dup






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 13 at 20:42

























asked Feb 13 at 20:20









Alexander Knyazev

11




11











  • I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
    – Alexander Knyazev
    Feb 13 at 20:48










  • "It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
    – Rinzwind
    Feb 26 at 11:02

















  • I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
    – Alexander Knyazev
    Feb 13 at 20:48










  • "It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
    – Rinzwind
    Feb 26 at 11:02
















I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
– Alexander Knyazev
Feb 13 at 20:48




I found out about Clonezilla. If I will use it, can I use free space on the external hard drive?
– Alexander Knyazev
Feb 13 at 20:48












"It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
– Rinzwind
Feb 26 at 11:02





"It's too long." Whatever option you pick: it will take as much time as rsync or tar takes. rsync has the option to make incremental backups. Maybe you should take that approach? And I myself would never create backups that are encrypted. I put backups in an actual safe :P
– Rinzwind
Feb 26 at 11:02











2 Answers
2






active

oldest

votes

















up vote
0
down vote













Try Veeam agent for linux, it encrypts backup before sending it to the storage since v2.0. Can't say much about their windows agent though, howvere I'd expect it to have source-side encryption available too.






share|improve this answer



























    up vote
    0
    down vote













    Back in Time supports full system backup, and you can specify an encrypted HDD as the backup storage location. Install from the default repositories with apt install backintime-common backintime-gnome or try a more up-to-date version using their PPA ppa:bit-team/stable



    BorgBackup will create encrypted backups of anything you like, including an entire disk image. Install from the default repos with apt install borgbackup. It also has a more up-to-date PPA version ppa:costamagnagianfranco/borgbackup



    Read this answer before adding PPAs so you are aware of the possible risks and benefits.



    The part of our question about Windows is off-topic here, as is asking open questions for software recommendations. If you change your title to "What Ubuntu software supports full system backups with encryption" it will be a better fit for this site, and that's what my answer deals with.






    share|improve this answer




















      Your Answer







      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "89"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1005902%2fbackup-tools-for-backup-linux-and-windows-systems-with-encryption%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote













      Try Veeam agent for linux, it encrypts backup before sending it to the storage since v2.0. Can't say much about their windows agent though, howvere I'd expect it to have source-side encryption available too.






      share|improve this answer
























        up vote
        0
        down vote













        Try Veeam agent for linux, it encrypts backup before sending it to the storage since v2.0. Can't say much about their windows agent though, howvere I'd expect it to have source-side encryption available too.






        share|improve this answer






















          up vote
          0
          down vote










          up vote
          0
          down vote









          Try Veeam agent for linux, it encrypts backup before sending it to the storage since v2.0. Can't say much about their windows agent though, howvere I'd expect it to have source-side encryption available too.






          share|improve this answer












          Try Veeam agent for linux, it encrypts backup before sending it to the storage since v2.0. Can't say much about their windows agent though, howvere I'd expect it to have source-side encryption available too.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 26 at 10:28









          Александр Чайка

          1




          1






















              up vote
              0
              down vote













              Back in Time supports full system backup, and you can specify an encrypted HDD as the backup storage location. Install from the default repositories with apt install backintime-common backintime-gnome or try a more up-to-date version using their PPA ppa:bit-team/stable



              BorgBackup will create encrypted backups of anything you like, including an entire disk image. Install from the default repos with apt install borgbackup. It also has a more up-to-date PPA version ppa:costamagnagianfranco/borgbackup



              Read this answer before adding PPAs so you are aware of the possible risks and benefits.



              The part of our question about Windows is off-topic here, as is asking open questions for software recommendations. If you change your title to "What Ubuntu software supports full system backups with encryption" it will be a better fit for this site, and that's what my answer deals with.






              share|improve this answer
























                up vote
                0
                down vote













                Back in Time supports full system backup, and you can specify an encrypted HDD as the backup storage location. Install from the default repositories with apt install backintime-common backintime-gnome or try a more up-to-date version using their PPA ppa:bit-team/stable



                BorgBackup will create encrypted backups of anything you like, including an entire disk image. Install from the default repos with apt install borgbackup. It also has a more up-to-date PPA version ppa:costamagnagianfranco/borgbackup



                Read this answer before adding PPAs so you are aware of the possible risks and benefits.



                The part of our question about Windows is off-topic here, as is asking open questions for software recommendations. If you change your title to "What Ubuntu software supports full system backups with encryption" it will be a better fit for this site, and that's what my answer deals with.






                share|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Back in Time supports full system backup, and you can specify an encrypted HDD as the backup storage location. Install from the default repositories with apt install backintime-common backintime-gnome or try a more up-to-date version using their PPA ppa:bit-team/stable



                  BorgBackup will create encrypted backups of anything you like, including an entire disk image. Install from the default repos with apt install borgbackup. It also has a more up-to-date PPA version ppa:costamagnagianfranco/borgbackup



                  Read this answer before adding PPAs so you are aware of the possible risks and benefits.



                  The part of our question about Windows is off-topic here, as is asking open questions for software recommendations. If you change your title to "What Ubuntu software supports full system backups with encryption" it will be a better fit for this site, and that's what my answer deals with.






                  share|improve this answer












                  Back in Time supports full system backup, and you can specify an encrypted HDD as the backup storage location. Install from the default repositories with apt install backintime-common backintime-gnome or try a more up-to-date version using their PPA ppa:bit-team/stable



                  BorgBackup will create encrypted backups of anything you like, including an entire disk image. Install from the default repos with apt install borgbackup. It also has a more up-to-date PPA version ppa:costamagnagianfranco/borgbackup



                  Read this answer before adding PPAs so you are aware of the possible risks and benefits.



                  The part of our question about Windows is off-topic here, as is asking open questions for software recommendations. If you change your title to "What Ubuntu software supports full system backups with encryption" it will be a better fit for this site, and that's what my answer deals with.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 26 at 11:15









                  Tom Brossman

                  8,4901146112




                  8,4901146112



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1005902%2fbackup-tools-for-backup-linux-and-windows-systems-with-encryption%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Popular posts from this blog

                      pylint3 and pip3 broken

                      Missing snmpget and snmpwalk

                      How to enroll fingerprints to Ubuntu 17.10 with VFS491