[SOLVED] What is the absolutely most simple backup software that will work with Xubuntu 15.04?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I use deja-dup / Duplicity for years. It never failed. I used it with Ubuntu, Debian and Arch. It always worked like a charm. Try it, it's stable.
Thanks Jean-Luc. I was looking for it (deja-dup) in Mint 17.1. The Mint 17.1 had Duplicity installed by default but I didn't know how to use it and oddly, I thought, I couldn't get deja-dup in either the software center or synaptic. I love the big green button with the arrow on it. It looks beyond simple. Any suggestions on getting it in the Mint 17.1?
I tried it. I really liked it. Powerful. Fast. Simple. I wasn't sure what it was doing. Like I didn't understand why "Verbose" was checked and what it meant, but I could discern that when it backed up something to a blank destination it backed it up fully. And then when I made changes in the source file it would only back up the changes.
By "backup" I assume that you mean "I have a folder /folder/to/backup/ and want to copy every file in it to /backup/folder/"
In that case, rsync (or grsync) is probably your best option.
Assuming that you're only backing up your own files, the rsync command that you'd want is probably
I've never used rsync, but from looking at screenshots you want to make sure that "Delete on destination" is checked. Additionally, make sure that recursion is enabled (if there's a "disable recursion" option, don't check it). You also probably want to check "Preserve times".
Once you find the set of options that works for you, it looks like there's a "sessions" menu that you can add your custom settings to, so you only have to click that instead of checking every option every time.
Hope this helps!
Thanks maples. I'm still a little nervous about using the command line but I tried grsync and liked it a lot.
How may bytes of data are you actually wanting to backup? The simplest backup method to an external drive that may not always be connected would be using the file browser and just drag and drop.
How may bytes of data are you actually wanting to backup? The simplest backup method to an external drive that may not always be connected would be using the file browser and just drag and drop.
Thanks. Think I've got too much though. (For me anyway.) 11 GB. And I tried that. When you add to the destination it adds just the additional files but it doesn't add any of the internal changes to the files.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.