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 ?










share|improve this question
























  • 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















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 ?










share|improve this question
























  • 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













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 ?










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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


















  • 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










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 :(






share|improve this answer

















  • 1




    It could be a line-ending issue too then.
    – Brian Minton
    Nov 29 at 13:31











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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

























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 :(






share|improve this answer

















  • 1




    It could be a line-ending issue too then.
    – Brian Minton
    Nov 29 at 13:31















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 :(






share|improve this answer

















  • 1




    It could be a line-ending issue too then.
    – Brian Minton
    Nov 29 at 13:31













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 :(






share|improve this answer












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 :(







share|improve this answer












share|improve this answer



share|improve this answer










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














  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Paul Cézanne

UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

Angular material date-picker (MatDatepicker) auto completes the date on focus out