Displaying 6 results from an estimated 6 matches for "bakcup".
Did you mean:
backup
2002 Nov 28
2
rsync as a bakcup tool and the case of rotated logs
Hello,
I use rsync (among many other things) as an incremental backup tool.
Every night I save /{home,etc,var} from several servers. On one of them
we keep 52 weeks of system logs, so each time syslog is rotated all old
syslog.x.gz (where x is between 1 and 213) change names. This impacts
our backup transfers because the incremental snapshot now has to include
all syslog.x.gz files even though
2012 Nov 12
1
difference between ` virsh save ` and `virsh snapshot
what the difference between ` virsh save ` and `virsh snapshot`? are they
all used for backup for vm?have any details articles to introduce vm bakcup
or image bakcup with libvirt?
thanks in advance.
liuzhijun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20121112/931d27a2/attachment.htm>
2019 Feb 25
2
Linking mailboxes
Hello Kunal,
I've done this once, and it was for bakcup mail too :) in this page
(https://ychaouche.informatick.net/dovecotsharefolders) I describe how I
shared folders between main e-mail account and backup e-mail account
with symlinks and dovecot-acl files pretty easily.
Yassine.
On 2/24/19 6:57 PM, Aki Tuomi via dovecot wrote:
>
>> On 2...
2004 Mar 24
1
rsync --files-from with symlink in path
...D}-`date
+%Y%m%d%H%M`"
rsyncfiles ()
{
SERVER=${1}
SRCDIR=${2}
DESTDIR=${3}
for FILES in `cat ${ROLLFILE} | sed 's~ $~~g' | tr " " "@"`
do
FNAME=`echo ${FILES} | ${SED} 's~@~\ ~g'`
${RSYNC} -e "${SSH}" -nv ${RSYNC_OPT} ${EXCLUDE}
${BAKCUP} "${SRCDIR}${FNAME}" ${USER}@${SERVER}:"${DESTDIR}${FNAME}"
done
}
What my script does, takes a list of filename found in ${ROLLFILE} and
runs a for loop that uses rsync to move the list of files from one
server to another. This work correctly even syncing files that exist i...
2019 Feb 25
0
Linking mailboxes
...args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n
driver = static
}
protocol imap {
mail_plugins = acl imap_acl
}
On Mon, Feb 25, 2019 at 4:03 AM Yassine Chaouche via dovecot <
dovecot at dovecot.org> wrote:
> Hello Kunal,
>
> I've done this once, and it was for bakcup mail too :) in this page (
> https://ychaouche.informatick.net/dovecotsharefolders) I describe how I
> shared folders between main e-mail account and backup e-mail account with
> symlinks and dovecot-acl files pretty easily.
>
> Yassine.
> On 2/24/19 6:57 PM, Aki Tuomi via dovecot...
2019 Feb 24
2
Linking mailboxes
Hi,
I am new to Dovecot and I am trying to link an email account folder to
another Maildir(its a backup of the older email). I want the email account
to be able to access the older emails.
I am assuming this is done by creating a symlink?
Currently reading instructions on this page:-
https://wiki.dovecot.org/SharedMailboxes/Symlinks
At the moment I have the folder:-