Questions tagged [rdiff-backup]
12 questions
9
votes
4 answers
SSH could not create directory /home/USERNAME/.ssh
My script is executing the below command:
command = os.system('rdiff-backup --exclude "**.dropbox**" --exclude "**.ini**" --remote-schema "ssh -o UserKnownHostsFile=/cygdrive/c/Users/Adam/.ssh/known_hosts -i /cygdrive/c/Users/Adam/.ssh/id_rsa %s…
codaamok
- 1,393
4
votes
0 answers
Cygwin: scp/ssh is slow
I'm using rdiff-backup for backuping my data. Since some machines are using Windows I installed sshd and rdiff-backup with cygwin there. The backup works but is pretty slow.
I then did some testing with scp, ssh copy over pipes, sftp and netcat…
PaL
- 41
3
votes
1 answer
Verify rdiff backup integrity
I am using rdiff for my differential backup. Recently an issue happened where all versions of my backup failed to patch correctly and rdiff returning an error 106 which after investigation is a code for a corrupt delta.
Now I am pretty sure that…
Zaid Amir
- 217
2
votes
0 answers
How to prevent rdiff-backup on cygwin from crashing?
I'd like to employ rdiff-backup for backing up my user directory of my Windows 7 - 64 bits.
I use the following command line:
rdiff-backup -v5 /cygdrive/D/home/maxp /cygdrive/t/Backup/Users/maxp/home
(where T: is an USB disk, and the directory I…
MaxP
- 221
2
votes
2 answers
Can rdiff-backup be used to back up a single file?
Thanks to Superuser I've just found rdiff-backup.
I've read the man pages and had a fiddle with the --include parameter but it did not do what I want, so my question is this - Is it possible to use rdiff-backup to back up a single file (which is…
davidgo
- 73,366
2
votes
0 answers
How to Implement Retention Policies with rdiff-backup?
I'm currently using rdiff-backup on a Debian system to perform daily backups via a cron job like so:
rdiff-backup /var/www/html/ /backup/rdiff/html/
However, this approach is generating a large number of backup files. Previously, when I was using…
marlar
- 487
2
votes
0 answers
rdiff-backup is terribly slow when adding new files to the backup
For backing up my data I use rdiff-backup (2.0.5) on Ubuntu 20.10. The amount of data is only 127 GB but 80k Files / 17k Folders (mainly source code repositories, photos).
The problem I discovered is, that rdiff-backup seems to be terribly slow when…
Oliver
- 21
1
vote
0 answers
rdiff-backup incrementing files that didn't change in years
I'm running Linux on a laptop, recently the hard drive is failing. The system that's running off of this drive freezes seconds after the desktop is loaded.
I want to make the last incremental backup from a LiveCD Linux system before I replace the…
unfa
- 589
0
votes
1 answer
rdiff-backup remote schema does not take input
I'm trying to set up rdiff-backup between my windows host machine and my remote linux machine. I'm using Windows 8.1. SSH and rdiff-backup is indeed within the PATH environment variablle...
With the below command:
rdiff-backup --print-statistics…
codaamok
- 1,393
0
votes
0 answers
Diff since Nth byte for large file backup
I've a hundreds of very large files (500GB+) that I've to sync daily to an external server.
These files are peculiar because they only change/append after the 99% of the file.
Hence I was wondering if it was possible to calculate and send a .diff…
M4rk
- 101
0
votes
0 answers
Centralized backup management solution
I’m looking for a solution that allows me to manage my clients’ backups from a centralized server in my office.
The scenario is the following:
Management Server:
Installed in my Office
Network is behind NAT (ports can be forwarded)
Preferably web…
DGoiko
- 1,054
0
votes
1 answer
Is running rdiff-backup or rsnapshot save while source directory is written?
I'm wondering if it's safe to use rdiff-backup or rsnapshot on a source directory which is written to while backup is running. Will they backup a snapshot of source or will they eventually backup changes to a lately processed file after process was…
jelhan
- 77