Creating backups with tar.gz and rsync
Killbots2012 asked: I’m trying to use this bash script to create and send the tar.gz file to my backup server, some reason it doesn’t seem to copy it, is there …
Freedom through Communications
Browsing Tag
Killbots2012 asked: I’m trying to use this bash script to create and send the tar.gz file to my backup server, some reason it doesn’t seem to copy it, is there …
ujjain asked: It looks like not a single byte is missing after the rsync, but there were some errors: [email protected]:/volume1$ cat rsync.sh rsync -av photo.tar /var/services/homes/ujjain/nfs/RAIDF1/ rsync -av music.tar /var/services/homes/ujjain/nfs/RAIDF1/ …
Gerrit asked: I‘ve tried to copy files from my Mac to a Debian server with rsync. Therefore I installed the current version via Homebrew. Now the sync is working but …
John Doe asked: I need to move multiple terabytes of information from one NFS system (The NFS system is in AWS) to amazon EFS, but I need it to move …
goncalopp asked: When both source and destination are remote, rsync complains: The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at main.c(1156) [Receiver=3.0.7] …
denormalizer asked: When doing an rsync pull from a remote server using the following command: /usr/bin/rsync -av -e ssh –delete –chmod=a+rwx,g+rwx,o-wx –dry-run [email protected]:/remote/path/ /home/dir/local/path I get the following error: receiving …
devNoise asked: I’m in the process of backing up my ReadyNAS NV to a linux server with rsync. Is the -z or –compress option worthwhile over a local network? Or …
Colene Lafever asked: I’ve been having difficulty with connecting to my IPv6 address via rsync. Because the argument for the destination folder is colon-separated, the IPv6 address disrupts this like …
AliBZ asked: I’m looking for a solution for using rsync between 2 remote servers. It seems like its not possible. Does any one know why its not possible? I ask …