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

Back-up runs for 12+ hours and then fails #106

Open
Elmeromoto opened this issue Aug 31, 2024 · 3 comments
Open

Back-up runs for 12+ hours and then fails #106

Elmeromoto opened this issue Aug 31, 2024 · 3 comments
Assignees

Comments

@Elmeromoto
Copy link

Elmeromoto commented Aug 31, 2024

Tried running this the other day and then got the following error:

cp: cannot create regular file '/volume3/Transfer/syno_app_mover/Docker/extras/@docker/@docker/btrfs/subvolumes/ea292b0d243a3223ceea84d357c016c4e2e16d0f842ab51136f4d0c4f9c2f29c/usr/local/lib/node_modules/npm/docs/public/cli-commands/npm-access/index.html': No space left on device

I was re-backing up to an existing directory that hadn't fully backed up once before (re-ran the script after it failed once), so I figured it was related to either that or the buffer setting. I re-ran the script yesterday to an empty directory with a larger buffer and it's still running today (12+ hours). I'll see if this one fails and report back...but this doesn't feel like expected behavior. It shouldn't take this long to move under 500GB of files I'd think.

For context, the entire drive is ~600GB used and most of that is not in the Applications.

Other context:
DS918+
Moving from SHR SSD to BTRFS HDD for backup. The SHR has ~1TB of available space and the BTRFS location has >5TB available space
Total that I'm moving: <600GB
Other errors during run:
\e[0;33mWARNING\e[0m Failed to get size of /volume3/@apphome
(had this for each folder)

@Elmeromoto
Copy link
Author

Somewhat related, It would be nice to get a verbose mode so I could see everything that was happening on a line-by-line basis as it runs.

@007revad
Copy link
Owner

007revad commented Sep 4, 2024

I'm going to change the backup and restore modes to use rsync instead copy.

A verbose mode would end up with only the last part being readable, unless you had a huge buffer or scrollback set in terminal or putty. I could add a log option to create a verbose log of every command.

@007revad
Copy link
Owner

v4.0.73

  • Changed to use rsync instead of cp for backups to make backing up the same package again faster.

But I forgot about restore mode.

@007revad 007revad self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants