Displaying 6 results from an estimated 6 matches for "backup_test".
2016 Jun 20
1
rsync script for snapshot backups
The scripts I use analyze the rsync log after it completes and then
sftp's a summary to the root of the just completed rsync.
If no summary is found or the summary is that it failed, the folder
rotation for that set is skipped and that folder is re-used on the
subsequent rsync.
The key here is that the folder rotation script runs separately from the
rsync script(s).
For each entity I want
2004 Oct 25
0
question for file attributes (atime, ctime)
...and preserved atime of the file in a destination as follows even though
a file has no change in its content. Is this a expected action for rsync ?
OS: Redhat linux WS 3.0
kernel: 2.4.21-20.ELsmp
nfs: nfs-utils-1.0.6-31EL
rsync: rsync-2.5.7-5.3E
Thanks,
yasushi
== ctime ===
ls -ltrc /mirror2/backup_test/current/test_dir/test_dir2/
total 4
-rw-r--r-- 2 root root 22 Oct 25 13:45 testfiles3.txt
== atime ===
ls -ltra /mirror2/backup_test/current/test_dir/test_dir2/
total 12
-rw-r--r-- 2 root root 22 Apr 28 10:13 testfiles3.txt
drwxr-xr-x 2 root root 40...
2016 Jun 19
5
rsync script for snapshot backups
...# Create current timefile
echo `date +"%d-%m-%Y-%H%M"` > /volume1/rsync/Buero/timenow.txt
# rsync command
if [ -f "/volume1/rsync/Buero/timeold.txt" ]
then
rsync -aqzh \
--delete --stats --exclude-from=/volume1/rsync/Buero/exclude.txt \
--log-file=/volume1/Backup_Test/logs/rsync-`date
+"%d-%m-%Y-%H%M"`.log \
--link-dest=/volume1/Backup_Test/`cat
/volume1/rsync/Buero/timeold.txt` \
Test at 192.168.2.2::Test/volume1/Backup_Test/`date +"%d-%m-%Y-%H%M"`
else
rsync -aqzh \
--delete --stats --exclude-from=/volume1/rsync/Buero/exclu...
2004 Oct 26
1
[Fwd: question for file attributes (atime, ctime)]
...and preserved atime of the file in a destination as follows even though
a file has no change in its content. Is this a expected action for rsync ?
OS: Redhat linux WS 3.0
kernel: 2.4.21-20.ELsmp
nfs: nfs-utils-1.0.6-31EL
rsync: rsync-2.5.7-5.3E
Thanks,
yasushi
== ctime ===
ls -ltrc /mirror2/backup_test/current/test_dir/test_dir2/
total 4
-rw-r--r-- 2 root root 22 Oct 25 13:45 testfiles3.txt
== atime ===
ls -ltra /mirror2/backup_test/current/test_dir/test_dir2/
total 12
-rw-r--r-- 2 root root 22 Apr 28 10:13 testfiles3.txt
drwxr-xr-x 2 root root 40...
2008 Dec 16
3
Backing up Outlook pst files
Hi - I'm backing up a Windows client which has a number of Outlook
mail archives (pst files) and annoyingly whenever you open Outlook it
updates the modification dates of all pst files - even if you don't
change any of the emails contained in the archive.
What's the best way of backing up these files without having them fill
up my backup disk with mostly identical copies of
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear,
I always used dovecot in version 2.0 and in the last month i update my
servers to dovecot 2.2 but now i have problems with comand dovecot import,
not works for me, bellow i put 2 examples used in my tests in boths cases
not works for me.
Someone already saw some case similar or can help me with this ?
doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX
from