Questions tagged [rdiff-backup]
Backup tool for performing full and incremental backups.
19 questions
0
votes
0
answers
46
views
Check if Files Where Updated on HDD Without Spin-Up
I am looking for a way to check if files were added/deleted/updated on a network shared HDD without spinning it up if possible.
First I will start with my set up.
I have an Asus Router (running Merlin)...
0
votes
1
answer
92
views
mergerfs no longer accepting "threads=2" option
I wrote my backup script to automatically combine two external drives into one with mergerfs so I could use the whole thing as a destination directory for rdiff-backup. However, when I tried to run it ...
0
votes
0
answers
177
views
Recover files deleted by rdiff-backup
I used the following rdiff-backup command to backup my home directory onto a mounted drive /run/media/me/bku.
rdiff-backup -v 9 --force --include /home/me/ --exclude '**' / /run/media/me/bku
At the ...
2
votes
3
answers
841
views
rdiff-backup needs too much space to recover from failure of previous backup?
I have quite a lot of free space (and inodes) on this filesystem, but rdiff-backup apparently runs out of space. And hence my backups are not working at the moment :-(. Why?
(I wonder how much ...
0
votes
1
answer
356
views
Found too many current_mirror incs!
After upgrading my rdiff backup
rdiff-backup --version
rdiff-backup 1.2.8
i get the following error message:
Exception 'Found too many current_mirror incs!' raised of class '<type 'exceptions....
0
votes
1
answer
2k
views
Install rdiff-backup on centos 7
I'm having trouble installing rdiff backup on Centos 7. Every google search is telling to get this https://dl.fedoraproject.org/pub/epel/7/x86_64/r/rdiff-backup-1.2.8-11.el7.x86_64.rpm one way or the ...
0
votes
1
answer
148
views
rdiff-backup - backup folder smaller than the original / error when restoring files
I'm testing rdiff-backup and I thought maybe someone could help me out.
1: Why is my backup smaller than the original folder?
In my remote server I have 36G and in my backup server it's only 29G.
2: ...
8
votes
1
answer
6k
views
iconv module (to use with rsync) to avoid windows-illegal filenames in local NTFS partition
I would like to locally attach an NTFS volume to my unix (Ubuntu) machine, and copy (replicate) some unix directories to it, using rsync, in a way that the result is readable under Windows.
I do not ...
5
votes
0
answers
293
views
How are XFS deltas for xfsdump -l n calculated?
I have a xfs filesystem with many small and a couple very large files (~100GB), its on a lvm2 volume. I want to do incremental backups from it. Is there any computational overhead when using a tool ...
0
votes
2
answers
2k
views
rdiff-backup operation not permitted [closed]
Objective
I'm trying to execute the following command in my Python script:
rdiff-backup --terminal-verbosity=5 --remote-schema "ssh %s -p1019 -i
C:/Users/Adam/.ssh/private-passphrase rdiff-backup ...
2
votes
1
answer
2k
views
Checking destination directory after "No space left on device" error
My latest backup attempt with rdiff-backup failed due to "[Errno 28] No space left on device". And it's true, according to du there are 0 bytes available on the backup device.
When I now try to ...
1
vote
0
answers
345
views
Backup using rsnapshot not working
I have a server web based Linux and i want to make backup every hour using rsnapshot. this is my rsnapshot file configuration :
config_version 1.2
snapshot_root /var/Majjane-Save/
cmd_cp /...
0
votes
1
answer
1k
views
rsnapshot backup not working?
I installed rsnapshot and configured it to make backup every hour. But the issue is all backups that are made not working. Let me explain to you, I made 3 backups hourly.0, hourly.1 and hourly.2.
...
1
vote
1
answer
78
views
Software to do a 3 way backup
I am currently doing a backup of my system on an external hard disk using rdiff-backup. This kind of backup is good when the disk dies. However, I was also wondering if I can extend this method to do ...
3
votes
1
answer
2k
views
Wildcards in exclude-filelist for duplicity
I am trying to exclude a "bulk" folder in each home directory from the backup. For this purpose, I have a line
- /data/home/*/bulk
in my exclude-filelist file.
However, this doesn't seem to be ...