ftp backup uploads the data two times
Hi, Not sure if my problem is related to the configuration. I think I kept it very simple. When running the backup, it will upload the same file two times.
Getting lock for backup-manager 13814 with /etc/backup-manager.conf Cleaning /var/archives Using method "tarball". /var/archives/bnmmnb-etc.20140506.master.tar.gz: ok (3M, 88830cea5027470d15210a1340951f45) Using the upload method "ftp". Trying to upload files with ftp Logged on 10.xx.xx.xx, in public_html (FTP binary mode) Cleaning remote directory through FTP File /var/archives/bnmmnb-20140506.md5 transfered File /var/archives/bnmmnb-etc.20140506.master.tar.gz transfered All transfers done, loging out from 10.xx.xx.xx Logged on 10.xx.xx.xx, in public_html (FTP binary mode) Cleaning remote directory through FTP File /var/archives/bnmmnb-20140506.md5 transfered File /var/archives/bnmmnb-etc.20140506.master.tar.gz transfered All transfers done, loging out from 10.xx.xx.xx No burning method used.
configuration file
export BM_REPOSITORY_ROOT="/var/archives" export BM_TEMP_DIR="/tmp" export BM_REPOSITORY_SECURE="true" export BM_REPOSITORY_USER="root" export BM_REPOSITORY_GROUP="root" export BM_REPOSITORY_CHMOD="770" export BM_ARCHIVE_CHMOD="660" export BM_ARCHIVE_TTL="1" export BM_REPOSITORY_RECURSIVEPURGE="false" export BM_ARCHIVE_PURGEDUPS="true" export BM_ARCHIVE_PREFIX="bnmmnb" export BM_ARCHIVE_STRICTPURGE="true" export BM_ARCHIVE_NICE_LEVEL="10" export BM_ARCHIVE_METHOD="tarball" export BM_ENCRYPTION_METHOD="false" export BM_ENCRYPTION_RECIPIENT="" export BM_TARBALL_NAMEFORMAT="long" export BM_TARBALL_FILETYPE="tar.gz" export BM_TARBALL_OVER_SSH="false" export BM_TARBALL_DUMPSYMLINKS="false" export BM_TARBALL_DIRECTORIES="/etc" export BM_TARBALL_BLACKLIST="/var/archives" export BM_TARBALL_SLICESIZE="1000M" export BM_TARBALL_EXTRA_OPTIONS="" export BM_TARBALLINC_MASTERDATETYPE="weekly" export BM_TARBALLINC_MASTERDATEVALUE="1" export BM_MYSQL_DATABASES="ALL" export BM_MYSQL_SAFEDUMPS="true" export BM_MYSQL_ADMINLOGIN="root" export BM_MYSQL_ADMINPASS="" export BM_MYSQL_HOST="localhost" export BM_MYSQL_PORT="3306" export BM_MYSQL_FILETYPE="bzip2" export BM_SVN_REPOSITORIES="" export BM_SVN_COMPRESSWITH="bzip2" declare -a BM_PIPE_COMMAND declare -a BM_PIPE_NAME declare -a BM_PIPE_FILETYPE declare -a BM_PIPE_COMPRESS export BM_PIPE_COMMAND export BM_PIPE_NAME export BM_PIPE_FILETYPE export BM_PIPE_COMPRESS export BM_UPLOAD_METHOD="ftp" export BM_UPLOAD_HOSTS="10.xx.xx.xx" export BM_UPLOAD_DESTINATION="public_html" export BM_UPLOAD_SSH_USER="" export BM_UPLOAD_SSH_KEY="" export BM_UPLOAD_SSH_HOSTS="" export BM_UPLOAD_SSH_PORT="" export BM_UPLOAD_SSH_DESTINATION="" export BM_UPLOAD_SSH_PURGE="true" export BM_UPLOAD_SSH_TTL="" export BM_UPLOAD_SSHGPG_RECIPIENT="" export BM_UPLOAD_FTP_SECURE="false" export BM_UPLOAD_FTP_PASSIVE="true" export BM_UPLOAD_FTP_USER="bnmmnb" export BM_UPLOAD_FTP_PASSWORD="somerandompassword" export BM_UPLOAD_FTP_HOSTS="10.xx.xx.xx" export BM_UPLOAD_FTP_PURGE="true" export BM_UPLOAD_FTP_TTL="14" export BM_UPLOAD_FTP_DESTINATION="" export BM_UPLOAD_S3_DESTINATION="" export BM_UPLOAD_S3_ACCESS_KEY="" export BM_UPLOAD_S3_SECRET_KEY="" export BM_UPLOAD_S3_PURGE="false" export BM_UPLOAD_RSYNC_DIRECTORIES="" export BM_UPLOAD_RSYNC_DESTINATION="" export BM_UPLOAD_RSYNC_HOSTS="" export BM_UPLOAD_RSYNC_DUMPSYMLINKS="false" export BM_BURNING_METHOD="" export BM_BURNING_CHKMD5="false" export BM_BURNING_DEVICE="" export BM_BURNING_DEVFORCED="" export BM_BURNING_ISO_FLAGS="-R -J" export BM_BURNING_MAXSIZE="" export BM_LOGGER="true" export BM_LOGGER_LEVEL="info" export BM_LOGGER_FACILITY="user" export BM_PRE_BACKUP_COMMAND="" export BM_POST_BACKUP_COMMAND=""
On Tue, 06 May 2014 10:04:39 +0200, Marc-Olivier Meunier
[email protected] wrote:
When running the backup, it will upload the same file two times.
Not sure if this is correct:
export BM_UPLOAD_HOSTS="10.xx.xx.xx" export BM_UPLOAD_FTP_HOSTS="10.xx.xx.xx"
What happens if you remove one of them?
hth, Lars
Is this issue still alive?