Skip to main content

All Questions

Tagged with
1 vote
1 answer
2k views

Rsync always failing at the same point

I made a script for my Proxmox host to make a copy of its daily backups to another machine (running Windows Server 2022). The script mounts a NFS share from the Windows host and runs this rsync ...
alex3025's user avatar
2 votes
1 answer
798 views

High-available NFS service built with two shared-nothing storage nodes?

I have two servers with 6 identical 4TB disks each. Now I'd like to setup a high-available NFS service using them. The setup I'd have in mind: Both servers have a mdadm RAID6 with LVM on top => ...
Hoeze's user avatar
  • 163
0 votes
1 answer
18k views

Make a full backup with bb

I used Butterfly Backup to make incremental backups of an NFS share, with a weekly retention. The command used is the following: bb backup --computer srvfs1_1020 --destination /dev/nfs/bck --custom-...
jehisica's user avatar
1 vote
0 answers
350 views

rsnapshot doesn't backup new folders

I am facing a weird behavior with rsnapshot. I am using it on a dedicated backup server to backup several machines. One of them is nextcloud. The data folder is mounted to the nextcloud VM under /...
Max's user avatar
  • 113
0 votes
2 answers
2k views

Disconnected nfs share causing high io wait load

I synchronize some folders and do backups via attic every night to an nfs share, that is at a different site. For this, I have a script that first establishes an openvpn connection to that site and ...
Pedro's user avatar
  • 1
1 vote
1 answer
1k views

automatic file encryption on NFS or RSYNC for remote incremental backup?

What solutions should I be looking at to allow an incremental backup via rsync over nfs4 to allow files to be encrypted on the backup host? I have zero control over the backup host's software so the ...
ck_'s user avatar
  • 1,905
1 vote
1 answer
1k views

Did killing rsync job corrupt my files

While my regular backup script was running (using rsync to move files from NFS to external harddrive) we had network problems and I was forced to kill the rsync job in the middle of moving files. ...
Dan's user avatar
  • 181
2 votes
0 answers
2k views

How to backup apps + data using TitaniumBackup directly to SMB share

I've been searching for answer to this question for quite some time now and finally decided I should as a question here. So I've managed to find a kernel module (cifs.ko) for my kernel build on xda-...
termil0r's user avatar
  • 143