Questions tagged [remote-backup]

58 questions
0
votes
1 answer

Problem with args when trying to run rsync in Python 3 subprocess

I am developing a backup python program, one of the modules makes a rsync backup of a remote folder into my local device. This is the part of the code where I have the problem: try: process = subprocess.Popen( …
0
votes
2 answers

C# SQL Server backup of a remote database to the remote default backup location without direct access to the remote location?

TL;DR - I want the server to take a backup not my application because the server is set up to do so and my application won't have access. Background My company created software for clients 20 years ago written in Delphi 7/Pascal. I am re-writing the…
0
votes
1 answer

migrating remote postgresql 9.1 database to local postgresql 11

I want to upgrade the postgresql 9.1 database to postgresql 11. First I want to get the data on the remote pg9.1 server with pg_dump from the pg11 server to make an experiment. How do I copy the database on the remote server to the new server with…
0
votes
0 answers

Best way to automatically move backups of web server to an AWS sever

I have a web server that produces .tar.zg backup files that I want to automatically transfer to an AWS server. To accomplish this I have tried to write a bash script on the AWS server that will automatically check for a new backup at the web server…
ob1
  • 1,425
  • 1
  • 20
  • 33
0
votes
1 answer

How use systemd to activate a script to backup files on shutdown

Can someone who knows systemd please help me figure out what I am doing wrong? I am trying to use systemd to trigger a script that will sync (backup) files from the home directory of a user (mardi) to a second drive when the user shuts down her…
Ramblin
  • 171
  • 1
  • 11
0
votes
0 answers

Rsync nonsense weird work

my company uses 1 NAS Synology Diskstation with RAID 1 working perfect. We only use ubuntu and I do external backups with rsync (like Synology Documentacion recommends) ,its the easiest way. I mount the directory of shared files (NFS) that I wanna…
Antonio.P
  • 21
  • 1
0
votes
0 answers

Scheduled backup never run in Plesk 12.0.18

Scheduled backup never run in Plesk 12.0.18. Right user, group and permission: ll /etc/cron.d/plesk-backup-manager-task -rw-r--r-- 1 root root 111 Nov 19 15:54 /etc/cron.d/plesk-backup-manager-task cat /etc/cron.d/plesk-backup-manager-task…
assistbss
  • 527
  • 7
  • 25
0
votes
1 answer

incremental backup a single log file by rsync

I use rsync for backup my jboss server log file. It is good for me. but i found that when use rsync backup the log file, if log file change, all file will be transfer to backup server. the execute command like this: rsync -avz --progress…
0
votes
1 answer

Duply / Duplicity backup fails cause of no such file or directory

I am using duply / Duplicity to backup my /var/www directory, but the task is not working. It always fails with following error message: Copying duplicity-new-signatures.20150827T090338Z.to.20150828T000005Z.sigtar.gz to local cache. [...] …
Sebbo
  • 65
  • 1
  • 2
  • 10
0
votes
1 answer

Tuning Apache & CentOS 7 for Backups

My Setup Uncompressed my webserver files take up about 4GB of space and the used MySQL database is about 4GB as well. MySQL is running on a remote Amazon RDS instance and the webserver is on an EC2 in the same region. The steps of my backup are…
tylersDisplayName
  • 1,603
  • 4
  • 24
  • 42
0
votes
1 answer

How to backup SVN repository from a server to linux machine using linux commands

I was trying to take the backup of svn from my linux server to local linux machine. I am able to take the backup in server using svnadmin dump. What should i do if I have to make the destination as one of the folder in my local machine.
0
votes
1 answer

Backup a database in WebSitePanel

I can't create a backup of a database (MS SQL 2005), using WebsitePanel. When I select the database and try to click on the "Backup" button from "Maintenance Tools", the "Backup" button is disabled.
0
votes
2 answers

How to schedule a MySQL database backup in a remote Ubuntu server to a Dropbox folder in Windows PC?

I have a MySQL database that I want to daily backup to my Dropbox folder on my Windows PC. How can I do that automatically from Windows 7?
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
0
votes
1 answer

Using rhc snapshot-save Returns Empty File

I have a WordPress site on OpenShift and I'm attempting to backup the site. I've used commands: rhc tidy-app and rhc snapshot-save After reporting a snapshot is being pulled down, "Success" is displayed a few seconds later but only an empty tar.gz…
Catalyx
  • 435
  • 2
  • 7
  • 17
0
votes
1 answer

How to create FTP account in nopCommerce Admin Panel?

I am new in nopCommerce. I need to download my website from server using nopCommerce admin panel. As i go through the different forums and come to know, that i have to create some FTP account and then i ll be able to download the full backup of my…