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
Alex, to create directories for a series of backups and other backup administration tasks, I think you should consider using a backup program or shell script - there are several. I am author of one, called "snap2." It uses rsync as backup "engine." You have find it here: http://www.linuxbackups.org. It includes a GUI for easy configuration of desktop backups to local or remote media, or it can be used without the GUI to backup a server. On Thu, 25 Mar 2010 17:12:41 -0600, Alex <pppsss7 at gmail.com> wrote:> 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
Posted a message earlier, seen others since but not mine. Test post to see if this makes it to the list or not.
On Fri, 2010-03-26 at 02:12 +0300, Alex wrote:> 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'thttps://bugzilla.samba.org/show_bug.cgi?id=4621 -- Matt
Maybe Matching Threads
- After a 'virsh blockpull', 'virsh snapshot-list --tree' o/p does not reflect reality
- rsync --link-dest, --delete and hard-link count
- DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
- DO NOT REPLY [Bug 4621] "-p" option to simulate "mkdir -p" for rsync
- DO NOT REPLY [Bug 4621] Option to create ancestors of destination, like "mkdir -p"