Displaying 4 results from an estimated 4 matches for "directoryb".
Did you mean:
directory
2004 Nov 15
2
Problem with --backup and deleting a directory: Two directories created
...m kinda new to rsync and this list, so if there are any errors in
my reqest, please tell me.
I want to use rsync to make a backup of a diretory, and use the
--backup option. My script looks like this:
rsync -ab --suffix=-`date -Iminutes` --backup-dir=rsync_backup
--delete --rsh=ssh directoryA directoryB
If I run it once, then delete the file directoryA/test/test.file,
the directorys directoryB/rsync_backup/test is created, and the file
test.file-204-11-15.... is created.
So everything works fine.
When I delete or rename a directory (e.g.
directoryA/test/delete-this), I would have guessed that...
2004 Dec 31
4
Mirroring directories at once
Dear All
I would like to use the command rsync to have a perfect copy of each
one of five directories and their contents. How can I do that at once?
I know that I can do that directory by directory... but it would not
be the fastest way.
Thanks in advance,
Paul
2006 Mar 31
1
Default Posix ACLs are ignored when copying files between two directories using Windows (XP)
I have tried to read the documentation, but I was not able to find a clear
solution to my problem. I run Samba 3.0.14a on a Debian system with Posix
ACLs.
I have a share on a file system that uses Posix ACLs, and I have two
directories in that share. Both directories have default ACLs set, so that
every new file (or directory) created under each directory (by Windows
XP/2000 clients)
2005 Dec 16
25
I Would Really Like to Try RoR but...
it''s been a nightmare trying to set it up. I keep getting a an
Application Error message when I try to navigate to a url which should
be taken care of by my newly created controllers. For instance, I
wanted to test RoR out so I created a MyTest controller which should
allow me to navigate something like:
http://localhost/rubytest/MyTest
but it does not. I have no problem getting