An rsync client
/root/.ssh containing your ssh private keys and configuration/source is as good as anything.docker run.docker run --interactive --rm --volume /home/me/.ssh:/root/.ssh:ro --volume /home/me/virginia:/source/virginia:ro --volume /home/me/maryland:/source/maryland:ro emorymerryman/rsync:1.0.0 --archive --verbose --delete --progress /source backupserver:/$(date)
Content type
Image
Digest
Size
5.7 MB
Last updated
almost 10 years ago
docker pull emorymerryman/rsync:1.0.0