Linux Crontab backup not working for a folder in root
up vote
0
down vote
favorite
I have a directory located at root...
cd /
li
drwxrwx--- 8 root fred 4096 Nov 3 15:28 ourdirectory
Created a sudo crontab command...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory
But does not work, however if I change this rule to...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory/another
Joy all around :)
Thought it might have been rights or users issue, so have...
sudo chown -R root:fred /ourdirectory
sudo chmod -R 770 /ourdirectory
But no :(
Any light greatly appreciated
EDIT - Just thought theirs not a file size limit for cron or tar is their ?
linux ubuntu-16.04 crontab
add a comment |
up vote
0
down vote
favorite
I have a directory located at root...
cd /
li
drwxrwx--- 8 root fred 4096 Nov 3 15:28 ourdirectory
Created a sudo crontab command...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory
But does not work, however if I change this rule to...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory/another
Joy all around :)
Thought it might have been rights or users issue, so have...
sudo chown -R root:fred /ourdirectory
sudo chmod -R 770 /ourdirectory
But no :(
Any light greatly appreciated
EDIT - Just thought theirs not a file size limit for cron or tar is their ?
linux ubuntu-16.04 crontab
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a directory located at root...
cd /
li
drwxrwx--- 8 root fred 4096 Nov 3 15:28 ourdirectory
Created a sudo crontab command...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory
But does not work, however if I change this rule to...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory/another
Joy all around :)
Thought it might have been rights or users issue, so have...
sudo chown -R root:fred /ourdirectory
sudo chmod -R 770 /ourdirectory
But no :(
Any light greatly appreciated
EDIT - Just thought theirs not a file size limit for cron or tar is their ?
linux ubuntu-16.04 crontab
I have a directory located at root...
cd /
li
drwxrwx--- 8 root fred 4096 Nov 3 15:28 ourdirectory
Created a sudo crontab command...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory
But does not work, however if I change this rule to...
20 8 * * 1-7 sudo tar -cpzf /mnt/backupdrives/backup.tar.gz /ourdirectory/another
Joy all around :)
Thought it might have been rights or users issue, so have...
sudo chown -R root:fred /ourdirectory
sudo chmod -R 770 /ourdirectory
But no :(
Any light greatly appreciated
EDIT - Just thought theirs not a file size limit for cron or tar is their ?
linux ubuntu-16.04 crontab
linux ubuntu-16.04 crontab
edited Nov 7 at 23:02
asked Nov 5 at 23:34
Floggedhorse
1115
1115
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09
add a comment |
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Have manage to get this workin....- however not 100% sure what I did.
It something to do with "Linux" v "Windows" world - the Crontrab commands where copied from windows notepad into Linux, by deleting all the spaces and re-typing them, it appears to have worked. But I may be wrong :(
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Have manage to get this workin....- however not 100% sure what I did.
It something to do with "Linux" v "Windows" world - the Crontrab commands where copied from windows notepad into Linux, by deleting all the spaces and re-typing them, it appears to have worked. But I may be wrong :(
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
add a comment |
up vote
1
down vote
accepted
Have manage to get this workin....- however not 100% sure what I did.
It something to do with "Linux" v "Windows" world - the Crontrab commands where copied from windows notepad into Linux, by deleting all the spaces and re-typing them, it appears to have worked. But I may be wrong :(
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Have manage to get this workin....- however not 100% sure what I did.
It something to do with "Linux" v "Windows" world - the Crontrab commands where copied from windows notepad into Linux, by deleting all the spaces and re-typing them, it appears to have worked. But I may be wrong :(
Have manage to get this workin....- however not 100% sure what I did.
It something to do with "Linux" v "Windows" world - the Crontrab commands where copied from windows notepad into Linux, by deleting all the spaces and re-typing them, it appears to have worked. But I may be wrong :(
answered Nov 29 at 13:15
Floggedhorse
1115
1115
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
add a comment |
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
1
1
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
It could be a line-ending issue too then.
– Brian Minton
Nov 29 at 13:31
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1372991%2flinux-crontab-backup-not-working-for-a-folder-in-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The command "does not work" how? What do you expect? What expected things don't happen? What unexpected things do happen?
– Kamil Maciorowski
Nov 8 at 22:09