Skip to main content
The 2024 Developer Survey results are live! See the results

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
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
5 votes
1 answer
5k views

Backup to Synology NAS using rsync or NFS and hardlinks

I want to backup data from a Windows (Vista) computer to a Synology NAS (210j). The NAS supports FTP, SMB, NFS and also allows a rsync daemon to be set up. I want to backup different folders to the ...
Danilo Bargen's user avatar