Displaying 5 results from an estimated 5 matches for "achh".
Did you mean:
ache
2009 Feb 11
2
--link-dest=server::location/folder
I'm wondering if I can use link-dest to compare rsync to a remote
directory.
rsync -aCHh --stats --link-dest=akane::backup/ranma.daily.1 /
myserver::akane/ranma.daily.0
Something like that? Is it going to work like it does when doing a
local rsync with a local link-dest directory? Is it going to chew
massive amounts of bandwidth? Is there something else I should be
doing i...
2009 Feb 23
2
rsync incremental backup
Hi,
Presently I have the latest full backup in a 'current' directory and 30
day incrementals in 'YYYY-MM-DD' format directories. Without changing
that directory structure I'd like the 'YYYY-DD-MM' directories to
contain the full system hardlinked (when applicable) to 'current'.
What rsync command-line options could provide me with this?
Thanks,
2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all,
I am wondering if it would be possible to write a script or a cronjob in
linux using Rsync to run an automated backup of a server, or serveral
servers if possible. I am very new with writing scripts and such, so any
help or suggestions with how to get started would be great!!!
Thanks ahead of time for the help!!!
-----
Computers are like air conditioners. They both dont work, if you
2008 Jul 28
1
synced files are linked to originals?
I'm very confused. I ran this command:
/usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \
--exclude="/backup/" --exclude-from=/var/.rexcludes \
/ /backup/daily.0
then I ran these commands
mail ~ $ ls -ls etc/postfix/main.cf
28 -rw-r--r-- 1 root wheel 28322 Jul 27 16:31 /etc/postfix/main.cf
mail ~ $ ls -ls /backup/dai...
2008 May 18
1
Some files vanished...
...t: 3.12G
Total bytes received: 511.24K
sent 3.12G bytes received 511.24K bytes 2.22M bytes/sec
total size is 24.61G speedup is 7.89
rsync warning: some files vanished before they could be transferred
(code 24) at main.c(977) [sender=2.6.9]
...done.
the rysnc command is
/usr/local/bin/rsync -aCHh --stats --delete-after --delete-excluded \
--exclude="/backup/" --exclude-from=/var/.rexcludes \
--link-dest="${BAKLOC}.sday.1" / ${BAKLOC}.sday.0
where BAKLOC is defined previously to /backup/mail
Is there anything I can do to have rsync work on a instantaneous
sn...