Backing up is the process of making copies (a backup) of data which may be used to restore the original after a data loss event.
0
votes
1answer
30 views
How can I create an encrypted, file-system–agnostic, mountable volume?
At work, we have an iMac (running OS X) that shares a partitioned hard drive over the network. I'd like to back up to my partition from my Linux machine. I've attempted connecting via cifs, then ...
0
votes
0answers
40 views
Delete backup files according to rules
I manage my backup files with homemade scripts:
keep the 7 latest backups (full + incremental)
keep the 5 latest full end-of-week full backups
keep the 6 latest full end-of-month full backups
...
3
votes
1answer
5k views
Concept of 'mount point' while installing LINUX
While installing Linux, it asks for a 'mount point' selection. I gave it /, but I don't know the exact meaning and aim of this.
Also, now I want to create one more mount point, /home in my machine ...
2
votes
2answers
187 views
What's the best way to backup files via network on Linux and Solaris machines?
I wonder what the best way to backup files VIA network
I have Solaris machines with Oracle 10i with VERITAS cluster, machines are connected to EMC storage
/data/oracle directory is mounted on the ...
2
votes
1answer
985 views
Encrypt files using gpg (and them symetric encrypting the key) - is it a normal thing to do in the *nix world?
I read a lot of articles about using gpg to encrypt email, but I would like to use it to encrypt some files - mainly a bunch of *.isos. I'm going to describe what I thought I would do, so you can ...
3
votes
2answers
4k views
Compress a folder with tar?
I'm trying to compress a folder (/var/www/) to ~/www_backups/$time.tar where $time is the current date.
This is what I have:
cd /var/www && sudo tar -czf ~/www_backups $time"
I am ...
7
votes
3answers
5k views
Is it possible to mount a gzip compressed dd image on the fly?
I like create an image backup for the first time I'm backing up a system. After this first time I use rsync to do incremental backups.
My usual image backup is as follows:
Mount and zero out the ...
1
vote
2answers
77 views
Cancel and resume a duplicity backup
Is there a way to cancel duplicity (running over rsync and symmetric gpg encryption) without messing up the running backup and resume it later (for example after rebooting the laptop) without ...
2
votes
1answer
36 views
Openldap backup restore
I am trying to setup backup and restore and make sure it works.
Please note that database size on ldap.old is lot more then the ldap. The /var/lib/ldap.old is my existing database. I have renamed ...
2
votes
1answer
94 views
Manually copying MBR from one drive to the other GPT drive and configuring GRUB results in booting failure
I run CentOS 6.4. I have SSD 300GB for system files and RAID10 8TB for storage + backup.
SSD system drive is partitioned as follows: fdisk -l /dev/sdb
Disk /dev/sdb: 300.1 GB, 300069052416 bytes
255 ...
2
votes
3answers
1k views
Detecting that a device is mounted to a particular folder?
As part of revamping my backup scheme, I'm now adding rotating external hard drives, keeping one safely off-site at all times while the other is receiving backup data. Naturally, to ensure that my ...
1
vote
2answers
42 views
Remote backup of local server applying Rsnapshot
I have a server which uses Rsnapshot to take snapshots of folders in miscellaneous computers within a Lan.
I would like to have another server located remotely that is to serve as a backup to this ...
1
vote
1answer
34 views
Getting back rsync's deleted files [duplicate]
I accidentally rsync-ed to a server using the delete attribute when I shouldn't have.
Is there any chance of getting the data on the server that rsync removed.. back?
25
votes
9answers
4k views
Easy incremental backups to an external hard drive
For a while I used Dirvish to do incremental backups of my machines, but it is slightly cumbersome to configure, and if you do not carry a copy of your configuration it can be hard to reproduce ...
0
votes
1answer
13 views
How can I have automatic snapshots with s3ql?
How can I make automatic snapshots with s3ql? I want to have a similar behaviour as in duplicity: Pushing the backup to the server creates a new incremental snapshot with the current timestamp. Then I ...
0
votes
1answer
331 views
Got fatal error during xfer (Child exited prematurely)
I have a backup server which takes backup of other servers and in few days back the backup server started experiencing error and the not able to take back. I think the error log bellow could describe ...
3
votes
2answers
66 views
How can I backup a directory to NTFS while preserving Unix file attributes?
I want to make a backup of my home directory to an NTFS partition (an unfortunate limitation). However, when I last tried using just cp, the attributes (owner, etc) went away. How can I make a backup ...
11
votes
7answers
4k views
What to use to backup files, preserving ACLs?
When using the tar utility to store files in backups one loses the extended ACLs.
Is there some commonly used and not hackish solution (like: create a script that will recrate the ACLs from scratch) ...
1
vote
1answer
99 views
About Clonezilla and how store the backup
I've never used Clonezilla before.
When storing a backup, Clonezilla needs a free partition or free space? I mean, I have a disk for backups with only one partition. Do I have to create a partition ...
0
votes
0answers
18 views
Backup Creation failure
When I try to make backup through the backup tool in Linux Mint 14 (Nadia), it shows the following message in the form of dialog box:
Backup failed.
Permission denied when trying to create ...
0
votes
0answers
11 views
How to backup a current php installation?
I'm using an old RHEL4 on a server where i need to update (from source) the php version. Moving from 5.2.5 to 5.4.14.
How can i backup the old php in order to restore it if there is any problem with ...
1
vote
1answer
24 views
Back up snapshots without being admin
I would like to make a back up/snapshot of a folder where I have built various programs (~4.1 GB in size). The idea is to be able to quickly restore everything in this path to it's original state in ...
0
votes
0answers
42 views
Rsync seems to back up files that haven't been opened or changed
I have started using rsync to back some data on my mac to an external HD. It works really well, but I have noticed something odd. Every time I run the command, I get a list of files that haven't been ...
1
vote
0answers
41 views
Null byte files in duplicity backup
When duplicty encounters 0-byte-files it gives an IO-error:
Error [Errno 5] Input/output error ... getting delta for ...
The files are usually some wired stuff like
...
0
votes
1answer
36 views
USB Drive Software Disk Mirroring - Is this the right approach?
I have a 1TB NTFS USB Data Drive (no boot, etc...) that I would like to keep a mirror of as a backup in case of hardware failure.
It is always connected to my raspberry pi running the raspbian ...
5
votes
3answers
105 views
Is it possible to have more than just one backup when editing text files?
Gedit and medit are two text editors that I know of that allow me to save a backup. So, if I create a file called temp.txt the next time I edit it and then save it, I'll have a backup called ...
3
votes
2answers
107 views
Rsyncing files with special characters to USB FAT32
I want to copy a large number of files to a USB drive that is formatted FAT32 (and cannot be formatted anything else, unfortunately).
Many of these files have names with characters such as : and ? ...
2
votes
2answers
98 views
`cp -al` snapshot whose hard links get directed to a new file when edited
I am trying to take snapshots of a massive folder regularly.
I have read here: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
that cp -al takes a snapshot of a folder by simply ...
1
vote
2answers
142 views
Backup to a synology NAS with bup
I am trying to make a remote backup to my Synology NAS (DSM 4.1) using bup.
I compiled bup on my NAS from source, did there:
BUP_DIR=/volume1/public/Backups/bup bup init
Initialized empty Git ...
1
vote
1answer
51 views
backup / on ntfs filesystem encrypted
I was about to backup my archlinux, following this guide to my FritzBox, (which enforces a NTFS system that I mounted via samba) as I remembered, that NTFS is not capable to keep permissions and other ...
2
votes
1answer
89 views
rsync and backup and changing timezone
I back up my pictures from my camera using rsync, using:
rsync -vzrtl --progress --stats --timeout=0 host destination
Now I was in a different timezone when I did my first backup then I moved to a ...
0
votes
2answers
47 views
Multiple source directories in duply
Is it possible to specify multiple source directories in a duply configuration file? If not is there any simple workaround?
1
vote
2answers
63 views
Browsing bup backup with gitk or gitg
I am just playing around with bup for my backups and tested it like this:
BUP_DIR=/mnt/TestTarget/bup bup init
Which gave me the message: Initialized empty Git repository in /mnt/TestTarget/bup/
...
1
vote
4answers
464 views
Multiple Mysql databases backup tool?
My OS is Ubuntu 10.10.
I have several small sites (all on various shared hosts) and I'm thinking that it'd be probably good idea to regularly backup mysql databases from these remote shared hosts. I ...
1
vote
0answers
79 views
how to create a script to backup MySQL databases on separate files?
I need to create a script so to automate the backup process for my database server. Today there are 19 databases on the server and to prevent some schema is created and not contemplated by the script, ...
1
vote
0answers
55 views
BackupPC can't finish backup
I'm trying to backup /etc/ directory on CentOS 5.2 using BackupPC.
It takes several hours and then aborted by signal ALRM.
There is a partial backup created with all data from /etc
But BackupPC thinks ...
1
vote
1answer
50 views
Interactive backup tool
I am looking for a backup (or diff) tool where I can select interactively which file I want to copy towards my external hard-disk.
Let me explain with further details: I have two computers and an ...
3
votes
3answers
94 views
Is copying the root folder an adequate form of backup?
I am working in a small organization with about 8 or so Linux independent servers. While we currently do remote backups among the machines, I was told to make an "emergency backup" of the machines to ...
4
votes
2answers
82 views
backup list of installed packages
I want to reinstall my linux system (specifically linux mint). I have kept important data elsewhere, so I can safely remove everything.
However, I want to do the following:
save the list of ...
0
votes
2answers
193 views
Synchronizing same files with different filenames using rsync [duplicate]
I have a directory ~/music that contains all my music files and a directory /media/backup/music that I wish to synchronize with the first one using rsync. Initially, I did a rsync -a ~/music ...
2
votes
2answers
126 views
setfacl incorrectly changes group permissions
To backup the "/home" directory tree of a server, I've created a 'backup' account and used setfacl to make the whole directory readable by it. My cron job runs this command as root each night:
...
3
votes
2answers
96 views
Is it safe to only partially restore a disk image with dd?
I have saved my whole hard-disk with dd to an image file. The hard-disk contained some primary partitions formatted with ntfs, swap and ext4. I did it this way:
dd if=/dev/sda | ssh user@fastmachine ...
5
votes
2answers
583 views
Run Script once a day with systemd
I want to run a backup script 10 minutes after booting up my machine but only once a day. Is it possible to build up such scenarios with systemd?
1
vote
0answers
187 views
Use dd to backup disk image within an OpenVZ container
I want to use dd to backup the disk of an OpenVZ VPS in addition to traditional cold tar backups. Because I may need to migrate to a different VPS provider.
From end user point of view, OpenVZ ...
0
votes
1answer
153 views
Hardlinks in Dropbox not updated
I want to create a backup of a single .tex file. I created the hard link to the file (which is not in Dropbox directory, lets say it is A) inside Dropbox directory. I did this so because I do not want ...
0
votes
3answers
210 views
What is the function of user group root? [duplicate]
Possible Duplicate:
What does it mean to be in group 0?
I wanted to avoid using SSH root login to backup my remote server. Thus I set up a non-root user account on the server and place it ...
4
votes
1answer
279 views
How to clone btrfs filesystem into different medium preserving snapshots' sharing data
I have decided to give btrfs raid capabilities a try. I set up a btrfs with
sudo mkfs.btrfs -m raid10 -d raid10 /dev/sda9 /dev/sdb9 /dev/sdc9 /dev/sdd9
Now I want to clone my existing btrfs ...
4
votes
1answer
71 views
Can I exclude /run from my backup scheme?
I have written a rsync-based system backup for my Linux system. The aim is to be able to redeploy the system entirely from the saves, so I don't only backup homedirs. I have excluded a few top-level ...
2
votes
1answer
60 views
Is there a FUSE which permits transparently accessing incremental backups?
While creating incremental backups is relatively simple (and can be automated, e.g. via rdiff-backup), in order to access a specific state of a file one first has to manually restore the backup, which ...
7
votes
7answers
2k views
Splitting large directory tree into specified-size chunks?
I have a directory tree that I would like to back up to optical disks. Unfortunately, it exceeds the size of any one disk (it's about 60GB). I am looking for a script that would split this tree into ...



