search for: lenzw

Displaying 4 results from an estimated 4 matches for "lenzw".

Did you mean: lenz
2015 Apr 28
2
Options for a "I'm done" flag file
Michael Johnson - MJ <mj at revmj.com> wrote: > rsync -av /src/ /dst/ && touch /dst/done Aaaaahhhh, knew I'd miss some detail. All the syncs are pushed to the backup server. But that does give me an idea. I guess I could do that on the source, then sync the flag file over. rsync -avH ${other_gubbins} / user at remote.machine:/dest/ && touch /etc/donefile
2015 Apr 28
4
Options for a "I'm done" flag file
Lorenz Weber <mail at lenzw.de> wrote: > rsync -avH ${all_gubbins} / user at remote.machine:/dest/ && ssh user at remote.machine touch /etc/donefile No SSH access between them, only rsync. Besides, it would add the overhead of managing ssh access (users and keys) as well as Rsync.
2015 Jan 07
3
rsync splits filenames, creates special characters where none are, weird permissions
Hello, I have a quite unusual encoding problem (?). I call rsync with the following parameters: /usr/bin/rsync -a --delete --numeric-ids --delete-excluded \ --rsh="/usr/bin/ssh -o StrictHostKeyChecking=no -i \ /etc/rsnapshot_ssh_certs/mykey" \ --link-dest=/data/snapshots/hourly.1/folder/mail/ \ rsyncbackup at server:/var/backups/mail/. \
2015 Jan 07
1
rsync splits filenames, creates special characters where none are, weird permissions
Hi, Am 07.01.2015 um 18:25 schrieb Paul Slootman: > On Wed 07 Jan 2015, Lenz Weber wrote: > >> Where the local destination /data/snapshots is an NFS volume mounted with the flags >> (rw,noatime,addr=192.168.1.XX) >> and the source is a symlink to a zfs snapshot - that looks like this: >> /var/backups/mail ->