Displaying 2 results from an estimated 2 matches for "directory_2".
Did you mean:
directory2
2013 Jun 21
1
doveadm move command
...appropriate to use 'doveadm move' command, but I can not get the right result. Can you help me?
syntax:
doveadm move [-u <user>|-A] [-S <socket_path>] <destination> [user <source user>] <search query>
my attempts:
doveadm move -u user2 at domain.com DIRECTORY_2 mailbox user1 at domain.com:'DIRECTORY_1' all
return: Error: Syncing mailbox user1 at domaine.fr:DOSSIER_1 failed: Mailbox doesn't exist: user1 at domaine.fr:DOSSIER_1
doveadm -u user2 at domain.com DIRECTORY_2 mailbox sdbox:/complete/path/user1 at domain.com/mailboxes/DIRECTORY_1...
2003 Jun 23
0
Some problems with rsync
...the internet.
All together we sync 23 folders
for example we use:
# Case 1
rsync -e "ssh -i /path/keyfile -1" -auzP --bwlimit=8 '/path/directory_1'
'user@internetserver:/path/directory_1/'
# Case 2
rsync -e "ssh -i /path/keyfile -1" -auzP --bwlimit=8 '/path/directory_2'
'user@internetserver:/path/directory_2/'
In 12 cases it will be nice, if I delete the folder on the server in the
internet, rsync create?s it again and loads up the files recursive.
But in 11 cases it creats a folder named ^M and inside that folder the
directory wich I want to transfe...