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

/bin/createBackup.sh backing up recursively #341

Closed
noppingen opened this issue May 28, 2018 · 2 comments
Closed

/bin/createBackup.sh backing up recursively #341

noppingen opened this issue May 28, 2018 · 2 comments
Labels
💡 enhancement-ideas New feature or change request

Comments

@noppingen
Copy link

noppingen commented May 28, 2018

2.31.25.20180526 - Calling /bin/createBackup.sh /usr/local/sdcard/backup/ adds existing backups from /usr/local/sdcard/backup/ to backups in /usr/local/sdcard/backup/ recursively.

Temporary fix: Add --exclude=/usr/local/sdcard/backup to tar command line in /bin/createBackup.sh.

Nixer fix: Add $1/$BACKUPDIR to tar --exclude to prevent recursion

Mahlzeit,

Stefan

@jens-maus
Copy link
Owner

Oder einfach eine leere Datei .nobackup in dem jeweiligen Verzeichnis das NICHT gebackupt werden soll ablegen und schon übergeht er das Verzeichnis.

@noppingen
Copy link
Author

Thanks

jens-maus added a commit that referenced this issue May 28, 2018
@jens-maus jens-maus added the 💡 enhancement-ideas New feature or change request label May 28, 2018
@jens-maus jens-maus added this to the 2.31.25.20180623 milestone May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement-ideas New feature or change request
Projects
None yet
Development

No branches or pull requests

2 participants