Displaying 2 results from an estimated 2 matches for "nackup".
Did you mean:
backup
2010 Mar 25
3
rsync give option mkdir -p
Hello
how i can use rsync whith mkdir -p for nackup dirs ?
when i use rsync / /backup/month/day
i need automatic creation month and day dirs.
mkdir -p can do that, but rsync can't
2009 Oct 06
1
rsync exclusions
Hi All,
I am using rsync and I see --exclude as an option.
But it says --exclude pattern?
So how can I do an rsync on '/' except exclude /home/nackup?
I am doing:
rsync -avx / /mnt/sdb2/
can I simply do:
rsync -avx --exclude=/home/backup / /mnt/sdb2/
-ML