Displaying 4 results from an estimated 4 matches for "source_directori".
Did you mean:
source_directory
2005 Feb 17
4
Incremental Backups
I read the following hint at:
http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
mv backup.0 backup.1
rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/
I simply want to maintain a dated backup of a server so that I could
always go back to a certain date. I would like to keep this structure
for each day for the last seven days, then one weekly snapshot for
2003 Oct 31
1
rsync and smbfs
I'm trying to configure rsync snapshots as described at
http://www.mikerubel.org/computers/rsync_snapshots/. I'm
essentially using the following commands:
mv backup.3 backup.tmp
mv backup.2 backup.3
mv backup.1 backup.2
mv backup.0 backup.1
mv backup.tmp backup.0
cp -al backup.1 backup.0
rsync -a --delete source_directory/ backup.0/
I'm trying to backup two directories in a
2001 Jan 22
0
vorbiscomment gui ideas
I was playing in Glade tonight with couple of GUI ideas for the vorbis
comment editor. I've attached the glade file.
A few notes:
On the user-friendly version, we might want an "Advanced" tab that would
pop up the user-hostile version to edit "non-standard" comment tags.
I'm just not sure how to do that in a way that won't scare the
non-technical. We need to
2000 May 10
3
Trying to build OpenSSH-2.1.0 on HP-UX 10.20
Hi,
I just tried building of OpenSSH-2.1.0 on HP-UX 10.20 and found the following
items:
- The configure command I used at the beginning:
CC=cc CFLAGS="-Ae +O2 +DAportable" CPPFLAGS="-I/usr/local/include -I/usr/local/s
sl/include -I/usr/include/X11R6" LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/lib/X11R6" ./configure --prefix=/usr/local/openssh