Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Q] Backup remote to local #29

Open
FluffyDiscord opened this issue Feb 24, 2023 · 3 comments
Open

[Q] Backup remote to local #29

FluffyDiscord opened this issue Feb 24, 2023 · 3 comments
Assignees
Labels

Comments

@FluffyDiscord
Copy link

Hi, this isn't an issue, but rather question - how would I go around backing up remote server to my local machine?, eg. run the backup script on my local machine instead on the remote server.

@pedroetb pedroetb self-assigned this Feb 25, 2023
@pedroetb
Copy link
Owner

Hi! You can do that with rsync, using remote path as source and local path as target, but this option is not implemented at these scripts.

To reduce complexity, you can mount your remote source at local machine, and then backup it with rsync-incremental-backup-local as a local path to another local path.

@FluffyDiscord
Copy link
Author

Unfortunately I can not mount the remote server locally. If that were allowed, I would do the backup as you have described.

Any possibility of adding another script that backups remote to local please?

@pedroetb
Copy link
Owner

Maybe. I will think about it for future releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants