On 2013-04-09 23:46, pe1800 wrote:
>
> Have recently installed openSUSE 12.2 in a multi-boot arrangement with
> Windows 7. I have set up KDE to my liking and I am very happy with SUSE,
> stopped using Windows altogether.
>
> But some issues remain:
>
> Backup. Right now, I just copy /home/my-directory-tree to a USB memory
> stick.
If you do that, then the destination media has to use a Linux
filesystem, not FAT, because permissions and attributes can not be
saved. Other things, like symlinks, can not be saved either.
Be aware, though, that most usb flash devices are actually optimized for
fat by the manufacturer, so that life expectancy can be diminished with
other types. Better if you disable the journal.
If you want to store to a FAT stick, then you have to archive first your
files with tar, and save that archive.
> But I would like to use a utility or something to do incremental
> backups and am looking for that or a command prompt way to do it.
Well, you can use plain rsync. Other applications to consider:
amanda
dar
rdiff-backup current copy is a mirror,
previous copies are rdifss.
rsnapshot current copy is a mirror,
previous copies are hardlinks and new files.
gadmin-rsync?
http://www.dirvish.org/
pdumpfs (http://0xcc.net/pdumpfs)
duplicity
duply
Back-In-Time (http://backintime.le-web.org/)
LuckyBackup
deja-dup
dropbox
duplicity
> In Windows, there’s Ctrl Alt Delete to see what the system is doing.
> What would be the Linux equivalent?
One question per thread, please
The equivalent depends on the desktop you use.
For example, you can type “ps” or “top” in a terminal. That’s what I
use. I know there are mouse thingies, but I’m not interested in them :-p
> Does Linux create automatic periodic restore points and also allow for
> manually setting a restore point, to allow for recovery to an earlier
> point in case something has gone wrong?
That would again depend on the desktop used, if the feature exists at
all. And it would restore desktop features, not system changes.
However, if you use the “btrfs” filesystem, then it can go back to a
previous snapshot. It is too experimental for my liking, but other
people say it is wonderful.
–
Cheers / Saludos,
Carlos E. R.
(from 12.1 x86_64 “Asparagus” at Telcontar)